Merge pull request #856 from 0xADD1E/master

Update CC for additional target support
This commit is contained in:
Max Brunsfeld 2020-12-20 20:13:33 -08:00 committed by GitHub
commit d5eb5969f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -123,9 +123,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.25"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
[[package]]
name = "cfg-if"

View file

@ -20,7 +20,7 @@ harness = false
[dependencies]
ansi_term = "0.11"
cc = "1.0"
cc = "^1.0.58"
atty = "0.2"
clap = "2.32"
difference = "2.0"

View file

@ -24,7 +24,7 @@ include = [
regex = "1"
[build-dependencies]
cc = "1.0"
cc = "^1.0.58"
[lib]
path = "binding_rust/lib.rs"