Bump cc in the compiler
This commit is contained in:
parent
ac00fe89a1
commit
cfe61320b8
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
|
|||
bitflags = "2.4.1"
|
||||
# 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.6"
|
||||
cc = "=1.2.7"
|
||||
either = "1.5.0"
|
||||
itertools = "0.12"
|
||||
pathdiff = "0.2.0"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue