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" +