about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-11 21:29:46 -0300
committerMarco A L Barbosa <malbarbo@gmail.com>2017-10-11 21:35:53 -0300
commit03419c846af0dea71e38064223d5e51550350a61 (patch)
treeae7234c78580797ecde85ac04a19b467806c1faa /src/liballoc_jemalloc
parenta6cfdd2b98c166b21a041ebdd43d7428c32a239e (diff)
downloadrust-03419c846af0dea71e38064223d5e51550350a61.tar.gz
rust-03419c846af0dea71e38064223d5e51550350a61.zip
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
Diffstat (limited to 'src/liballoc_jemalloc')
-rw-r--r--src/liballoc_jemalloc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml
index 4042c4d2d4e..6d7d83dd993 100644
--- a/src/liballoc_jemalloc/Cargo.toml
+++ b/src/liballoc_jemalloc/Cargo.toml
@@ -19,7 +19,7 @@ libc = { path = "../rustc/libc_shim" }
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }
-cc = "1.0"
+cc = "1.0.1"
 
 [features]
 debug = []