about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-09-28 21:18:50 +0200
committerest31 <MTest31@outlook.com>2017-09-30 01:45:21 +0200
commit4114d68f189210e4be07e50d1bf6675e91749bab (patch)
tree2d443d6fbbd55ae21927115c1e588e2a04802755 /src/rustc
parent688a8583912a305f14ebc8bc21a2dd3cd3c912b0 (diff)
downloadrust-4114d68f189210e4be07e50d1bf6675e91749bab.tar.gz
rust-4114d68f189210e4be07e50d1bf6675e91749bab.zip
Update the libcompiler_builtins submodule
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/compiler_builtins_shim/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/compiler_builtins_shim/Cargo.toml b/src/rustc/compiler_builtins_shim/Cargo.toml
index e0026078a5d..05d7ee16d84 100644
--- a/src/rustc/compiler_builtins_shim/Cargo.toml
+++ b/src/rustc/compiler_builtins_shim/Cargo.toml
@@ -15,7 +15,7 @@ doctest = false
 core = { path = "../../libcore" }
 
 [build-dependencies]
-gcc = "0.3"
+cc = "1.0"
 
 [features]
 c = []