Revert libstd/Cargo.toml to master

This commit is contained in:
Jeremy Soller 2016-12-15 16:35:06 -07:00
parent 07e313de2c
commit 6d7c2ecf2e

View file

@ -23,9 +23,6 @@ compiler_builtins = { path = "../libcompiler_builtins" }
std_unicode = { path = "../libstd_unicode" }
unwind = { path = "../libunwind" }
[replace]
"core:0.0.0" = { path = "../libcore" }
[build-dependencies]
build_helper = { path = "../build_helper" }
gcc = "0.3.27"