about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-13 20:21:58 +0100
committerMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-13 20:21:58 +0100
commitdba9f84dc464e6e9ff89cc0882660dc192244b17 (patch)
tree3a3dee86280b921eb8e18017364c15c987c34595
parentd7039fb2b95d5b1976bb18818347e460832f42bf (diff)
downloadrust-dba9f84dc464e6e9ff89cc0882660dc192244b17.tar.gz
rust-dba9f84dc464e6e9ff89cc0882660dc192244b17.zip
Fix gcc version required by libprofiler_builtins
-rw-r--r--src/libprofiler_builtins/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libprofiler_builtins/Cargo.toml b/src/libprofiler_builtins/Cargo.toml
index dbbc168e7ea..a60db313679 100644
--- a/src/libprofiler_builtins/Cargo.toml
+++ b/src/libprofiler_builtins/Cargo.toml
@@ -15,4 +15,4 @@ doc = false
 core = { path = "../libcore" }
 
 [build-dependencies]
-gcc = "0.3.27"
+gcc = "0.3.50"