From 56dc20a72464de99a7805ccdbbc247261a59f109 Mon Sep 17 00:00:00 2001 From: Phaiax Date: Sat, 15 Oct 2016 20:35:38 +0200 Subject: [PATCH] Update gcc-rs dependency to 0.3.36 --- Cargo.toml | 2 +- compiler-rt/compiler-rt-cdylib/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6455a6e..58ce451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ name = "compiler_builtins" version = "0.1.0" [build-dependencies] -gcc = "0.3.35" rustc-cfg = "0.2.0" +gcc = "0.3.36" [dependencies] diff --git a/compiler-rt/compiler-rt-cdylib/Cargo.toml b/compiler-rt/compiler-rt-cdylib/Cargo.toml index 3c64d23..ec9c6af 100644 --- a/compiler-rt/compiler-rt-cdylib/Cargo.toml +++ b/compiler-rt/compiler-rt-cdylib/Cargo.toml @@ -8,4 +8,5 @@ build = "build.rs" crate-type = ["cdylib"] [build-dependencies] -gcc = "0.3" +gcc = "0.3.36" +