Skip to content

Commit 600ed3b

Browse files
authored
Auto merge of #108 - Phaiax:gccdeptogit, r=japaric
Temporary use gcc-rs from git until new version released
2 parents c8589a3 + 56dc20a commit 600ed3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name = "compiler_builtins"
55
version = "0.1.0"
66

77
[build-dependencies]
8-
gcc = "0.3.35"
98
rustc-cfg = "0.2.0"
9+
gcc = "0.3.36"
1010

1111
[dependencies]
1212

compiler-rt/compiler-rt-cdylib/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ build = "build.rs"
88
crate-type = ["cdylib"]
99

1010
[build-dependencies]
11-
gcc = "0.3"
11+
gcc = "0.3.36"
12+

0 commit comments

Comments
 (0)