diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2020-09-16 13:09:25 -0400 |
|---|---|---|
| committer | Jake Goulding <jake.goulding@gmail.com> | 2020-09-18 09:22:07 -0400 |
| commit | 9803c9b2529a465582320f4d1d3f4de3151f7e94 (patch) | |
| tree | 894e3239965b4eb2aa4397730b043e292d409585 | |
| parent | f3c923a13a458c35ee26b3513533fce8a15c9c05 (diff) | |
| download | rust-9803c9b2529a465582320f4d1d3f4de3151f7e94.tar.gz rust-9803c9b2529a465582320f4d1d3f4de3151f7e94.zip | |
Update cc crate to understand aarch64-apple-darwin with clang
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | compiler/rustc_llvm/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index d3f777bc663..4895d18ddcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml index ee83689f0a4..e29af053289 100644 --- a/compiler/rustc_llvm/Cargo.toml +++ b/compiler/rustc_llvm/Cargo.toml @@ -13,4 +13,4 @@ libc = "0.2.73" [build-dependencies] build_helper = { path = "../../src/build_helper" } -cc = "1.0.58" +cc = "1.0.60" |
