about summary refs log tree commit diff
path: root/src/liballoc_system/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-17 09:32:08 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-25 07:03:19 -0700
commit9010567dcc0aba772525841aee67c030ea3450c6 (patch)
tree26b11fb6639fcde4477f8f0db8f04af1b5984a7c /src/liballoc_system/Cargo.toml
parent7c46c6c59dbee8d6385f8924fe27cc5a7893841f (diff)
downloadrust-9010567dcc0aba772525841aee67c030ea3450c6.tar.gz
rust-9010567dcc0aba772525841aee67c030ea3450c6.zip
Bump master to 1.21.0
This commit bumps the master branch's version to 1.21.0 and also updates the
bootstrap compiler from the freshly minted beta release.
Diffstat (limited to 'src/liballoc_system/Cargo.toml')
-rw-r--r--src/liballoc_system/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/liballoc_system/Cargo.toml b/src/liballoc_system/Cargo.toml
index f20be5fdf5f..a725a8608be 100644
--- a/src/liballoc_system/Cargo.toml
+++ b/src/liballoc_system/Cargo.toml
@@ -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" }