about summary refs log tree commit diff
path: root/src/libstd
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/libstd
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/libstd')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index fb276448ffa..c95287390b4 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -36,7 +36,7 @@ rustc_tsan = { path = "../librustc_tsan" }
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }
-cc = "1.0"
+cc = "1.0.1"
 
 [features]
 backtrace = []