about summary refs log tree commit diff
path: root/compiler/rustc_llvm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-14 04:12:40 +0000
committerbors <bors@rust-lang.org>2021-05-14 04:12:40 +0000
commit91f2e2d21820ff9946f27aa743911d7344caa0e0 (patch)
treecb97f214d22a1529dd1c25273f398cdcfa9db879 /compiler/rustc_llvm
parent754d17121d04d02bee634558129110b68fa95b00 (diff)
parentb04fd78d6698380b25e1635e14fe33a6ad81d61b (diff)
downloadrust-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.toml2
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"