about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorTimon Van Overveldt <timonvo@gmail.com>2016-04-27 18:02:31 -0700
committerJorge Aparicio <japaricious@gmail.com>2016-07-30 15:39:13 -0500
commit57cad5722db3043804bc4c38ec3b456e9ff497be (patch)
treea2dea21a35ee517961f5f5addd583f5410b1f93e /src/liballoc_jemalloc
parent7f7969ef44af9e7f060e7a505366a7925e4470c2 (diff)
downloadrust-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.toml2
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 = []