1
Fork 0

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:
许杰友 Jieyou Xu (Joe) 2025-02-28 21:10:21 +08:00
parent cb08599451
commit e3f42aa59f
3 changed files with 4 additions and 4 deletions

View file

@ -12,5 +12,5 @@ libc = "0.2.73"
# tidy-alphabetical-start
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
cc = "=1.2.13"
cc = "=1.2.16"
# tidy-alphabetical-end