]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc_system/Cargo.toml
Bump master to 1.21.0
[rust.git] / src / liballoc_system / Cargo.toml
index f20be5fdf5f2b207e318abbd386b84feaacea821..a725a8608be298f5f7655d3f95638e8c3af971ea 100644 (file)
@@ -10,8 +10,6 @@ test = false
 doc = false
 
 [dependencies]
+alloc = { path = "../liballoc" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
-
-[target.'cfg(not(stage0))'.dependencies]
-alloc = { path = "../liballoc" }