rustbuild: Sync some Cargo.toml/lib.rs dependencies
The standard library doesn't depend on rustc_bitflags, so move it to explicit dependencies on all other crates. Additionally, the arena/fmt_macros deps could be dropped from libsyntax.
This commit is contained in:
parent
28a3e8bb51
commit
95761417c3
12 changed files with 20 additions and 22 deletions
|
|
@ -18,7 +18,6 @@ collections = { path = "../libcollections" }
|
|||
core = { path = "../libcore" }
|
||||
libc = { path = "../rustc/libc_shim" }
|
||||
rand = { path = "../librand" }
|
||||
rustc_bitflags = { path = "../librustc_bitflags" }
|
||||
rustc_unicode = { path = "../librustc_unicode" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue