Rollup merge of #134869 - clubby789:cc-bump, r=jieyouxu
Bump compiler cc Fixes #134657 Pulls in https://github.com/rust-lang/cc-rs/pull/1330 try-job: x86_64-msvc
This commit is contained in:
commit
ea2851b24b
3 changed files with 4 additions and 4 deletions
|
@ -405,9 +405,9 @@ version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.2.5"
|
version = "1.2.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
|
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"shlex",
|
"shlex",
|
||||||
]
|
]
|
||||||
|
|
|
@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
|
||||||
bitflags = "2.4.1"
|
bitflags = "2.4.1"
|
||||||
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
||||||
# `cc` in `rustc_llvm` if you update the `cc` here.
|
# `cc` in `rustc_llvm` if you update the `cc` here.
|
||||||
cc = "=1.2.5"
|
cc = "=1.2.6"
|
||||||
either = "1.5.0"
|
either = "1.5.0"
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
pathdiff = "0.2.0"
|
pathdiff = "0.2.0"
|
||||||
|
|
|
@ -12,5 +12,5 @@ libc = "0.2.73"
|
||||||
# tidy-alphabetical-start
|
# tidy-alphabetical-start
|
||||||
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
||||||
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
|
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
|
||||||
cc = "=1.2.5"
|
cc = "=1.2.6"
|
||||||
# tidy-alphabetical-end
|
# tidy-alphabetical-end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue