From 95761417c397f161d93e4df26ef1d1fc6da8cd69 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 21 Feb 2016 09:49:13 -0800 Subject: 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. --- src/libstd/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 390c64d7408..29bd28b6160 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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] -- cgit 1.4.1-3-g733a5