diff options
| author | bors <bors@rust-lang.org> | 2021-05-14 04:12:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-14 04:12:40 +0000 |
| commit | 91f2e2d21820ff9946f27aa743911d7344caa0e0 (patch) | |
| tree | cb97f214d22a1529dd1c25273f398cdcfa9db879 /compiler/rustc_llvm | |
| parent | 754d17121d04d02bee634558129110b68fa95b00 (diff) | |
| parent | b04fd78d6698380b25e1635e14fe33a6ad81d61b (diff) | |
| download | rust-91f2e2d21820ff9946f27aa743911d7344caa0e0.tar.gz rust-91f2e2d21820ff9946f27aa743911d7344caa0e0.zip | |
Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
Update cc crate To pull in this fix: https://github.com/alexcrichton/cc-rs/commit/801a87bf2f31ad1ad8bd7e8fa4f5a52b0e2b4c00
Diffstat (limited to 'compiler/rustc_llvm')
| -rw-r--r-- | compiler/rustc_llvm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml index e29af053289..7a34788de91 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.60" +cc = "1.0.67" |
