about summary refs log tree commit diff
path: root/src/libflate
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/libflate
parentf89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff)
downloadrust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.tar.gz
rust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.zip
Support VS 2017
Fixes #38584
Diffstat (limited to 'src/libflate')
-rw-r--r--src/libflate/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libflate/Cargo.toml b/src/libflate/Cargo.toml
index 5423da9c81c..e5c611460f7 100644
--- a/src/libflate/Cargo.toml
+++ b/src/libflate/Cargo.toml
@@ -11,4 +11,4 @@ crate-type = ["dylib"]
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }
-gcc = "0.3.27"
+gcc = "0.3.50"