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:
commit
4ec7b489d6
6 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -13,4 +13,4 @@ libc = "0.2.73"
|
|||
|
||||
[build-dependencies]
|
||||
build_helper = { path = "../../src/build_helper" }
|
||||
cc = "1.0.68"
|
||||
cc = "1.0.69"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue