compiler: bump cc
to 1.2.16 to fix x86
Windows jobs on newest Windows SDK
See <https://github.com/rust-lang/rust/issues/137733>.
This commit is contained in:
parent
cb08599451
commit
e3f42aa59f
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ bitflags = "2.4.1"
|
|||
bstr = "1.11.3"
|
||||
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
||||
# `cc` in `rustc_llvm` if you update the `cc` here.
|
||||
cc = "=1.2.13"
|
||||
cc = "=1.2.16"
|
||||
either = "1.5.0"
|
||||
itertools = "0.12"
|
||||
pathdiff = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue