about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2017-05-23 19:02:23 -0700
committerBrian Anderson <banderson@mozilla.com>2017-06-01 20:41:38 +0000
commitda100fe0bb7ba77dbcc346018068dbfdba053f6b (patch)
tree6bd4b44d0ffb24e29ff297a3b9cca73cc884cb51 /src/bootstrap
parentf89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff)
downloadrust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.tar.gz
rust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.zip
Support VS 2017
Fixes #38584
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index cc560e0172e..8842dce0257 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -36,5 +36,5 @@ num_cpus = "1.0"
 toml = "0.1"
 getopts = "0.2"
 rustc-serialize = "0.3"
-gcc = "0.3.46"
+gcc = "0.3.50"
 libc = "0.2"