1
Fork 0

Bump cc in the compiler

This commit is contained in:
Chris Denton 2025-01-03 11:51:13 +00:00
parent ac00fe89a1
commit cfe61320b8
No known key found for this signature in database
GPG key ID: 713472F2F45627DE
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.6"
cc = "=1.2.7"
# tidy-alphabetical-end