mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #6220 - metajack:task-info-build-cleanup, r=nox
This is the first bit of build cleanup on my quest to make Cargo faster. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6220) <!-- Reviewable:end -->
This commit is contained in:
commit
e6c4ca4960
9 changed files with 22 additions and 64 deletions
|
@ -10,9 +10,6 @@ path = "lib.rs"
|
|||
[dependencies.profile_traits]
|
||||
path = "../profile_traits"
|
||||
|
||||
[dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
@ -20,3 +17,9 @@ path = "../util"
|
|||
libc = "*"
|
||||
regex = "0.1.14"
|
||||
time = "0.1.12"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
|
3
components/servo/Cargo.lock
generated
3
components/servo/Cargo.lock
generated
|
@ -1180,6 +1180,9 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "task_info"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tempdir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue