Update cc crate to understand aarch64-apple-darwin with clang

This commit is contained in:
Jake Goulding 2020-09-16 13:09:25 -04:00
parent f3c923a13a
commit 9803c9b252
2 changed files with 3 additions and 3 deletions

View File

@ -408,9 +408,9 @@ version = "0.1.0"
[[package]]
name = "cc"
version = "1.0.58"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
dependencies = [
"jobserver",
]

View File

@ -13,4 +13,4 @@ libc = "0.2.73"
[build-dependencies]
build_helper = { path = "../../src/build_helper" }
cc = "1.0.58"
cc = "1.0.60"