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:
Alex Crichton 2016-02-21 09:49:13 -08:00
parent 28a3e8bb51
commit 95761417c3
12 changed files with 20 additions and 22 deletions

View file

@ -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]