diff options
| author | Timon Van Overveldt <timonvo@gmail.com> | 2016-04-27 18:02:31 -0700 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-07-30 15:39:13 -0500 |
| commit | 57cad5722db3043804bc4c38ec3b456e9ff497be (patch) | |
| tree | a2dea21a35ee517961f5f5addd583f5410b1f93e /src/liballoc_jemalloc | |
| parent | 7f7969ef44af9e7f060e7a505366a7925e4470c2 (diff) | |
| download | rust-57cad5722db3043804bc4c38ec3b456e9ff497be.tar.gz rust-57cad5722db3043804bc4c38ec3b456e9ff497be.zip | |
Update gcc crate dependency to 0.3.27.
This is to pull in changes to support ARM MUSL targets. This change also commits a couple of other cargo-generated changes to other dependencies in the various Cargo.toml files.
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 768a0c2c0a5..25b3c8a3a0a 100644 --- a/src/liballoc_jemalloc/Cargo.toml +++ b/src/liballoc_jemalloc/Cargo.toml @@ -16,7 +16,7 @@ libc = { path = "../rustc/libc_shim" } [build-dependencies] build_helper = { path = "../build_helper" } -gcc = "0.3.17" +gcc = "0.3.27" [features] debug = [] |
