Update gcc-rs dependency to 0.3.36
This commit is contained in:
parent
7ccece0694
commit
7ecc55fbef
2 changed files with 3 additions and 2 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ build = "build.rs"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[build-dependencies]
|
||||
gcc = "0.3"
|
||||
gcc = "0.3.36"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue