diff options
| author | bors <bors@rust-lang.org> | 2020-09-19 13:31:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-09-19 13:31:23 +0000 |
| commit | b3aae050cd7e0c9a9eb6085bd49b02f67dc1396f (patch) | |
| tree | 76d8fde2352ecb3a92d73efcbd3219a078949c5b | |
| parent | 8e9d5db8392c44a2e94008168fa3506ecddaa357 (diff) | |
| parent | 9803c9b2529a465582320f4d1d3f4de3151f7e94 (diff) | |
| download | rust-b3aae050cd7e0c9a9eb6085bd49b02f67dc1396f.tar.gz rust-b3aae050cd7e0c9a9eb6085bd49b02f67dc1396f.zip | |
Auto merge of #76880 - shepmaster:cc-rs, r=Mark-Simulacrum
Update cc crate to 1.0.60 to understand aarch64-apple-darwin with clang r? `@Mark-Simulacrum` /cc `@alexcrichton`
| -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 c9f75aa1d43..4ec750f7b42 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" |
