diff options
| author | Brian Anderson <banderson@mozilla.com> | 2017-05-23 19:02:23 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2017-06-01 20:41:38 +0000 |
| commit | da100fe0bb7ba77dbcc346018068dbfdba053f6b (patch) | |
| tree | 6bd4b44d0ffb24e29ff297a3b9cca73cc884cb51 /src/liballoc_jemalloc | |
| parent | f89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff) | |
| download | rust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.tar.gz rust-da100fe0bb7ba77dbcc346018068dbfdba053f6b.zip | |
Support VS 2017
Fixes #38584
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml index 01393be9949..49e5baad74d 100644 --- a/src/liballoc_jemalloc/Cargo.toml +++ b/src/liballoc_jemalloc/Cargo.toml @@ -17,7 +17,7 @@ libc = { path = "../rustc/libc_shim" } [build-dependencies] build_helper = { path = "../build_helper" } -gcc = "0.3.27" +gcc = "0.3.50" [features] debug = [] |
