1
Fork 0

Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichton

Upgrade `cc` crate to 1.0.69

This pulls another fix for #83043, i.e., alexcrichton/cc-rs#605.
r? ``@alexcrichton``
This commit is contained in:
Yuki Okushi 2021-07-14 09:35:25 +09:00 committed by GitHub
commit 4ec7b489d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ test = false
[dependencies]
bitflags = "1.2.1"
cc = "1.0.68"
cc = "1.0.69"
itertools = "0.9"
tracing = "0.1"
libc = "0.2.50"

View file

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