about summary refs log tree commit diff
path: root/src/librustdoc
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/librustdoc
parentf89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff)
downloadrust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.tar.gz
rust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.zip
Support VS 2017
Fixes #38584
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml
index 0e8a6606ae7..68f03d32e83 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -30,4 +30,4 @@ pulldown-cmark = { version = "0.0.14", default-features = false }
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }
-gcc = "0.3.27"
+gcc = "0.3.50"