Skip to content

Commit b05a377

Browse files
authored
Unrolled build for rust-lang#134869
Rollup merge of rust-lang#134869 - clubby789:cc-bump, r=jieyouxu Bump compiler cc Fixes rust-lang#134657 Pulls in rust-lang/cc-rs#1330 try-job: x86_64-msvc
2 parents e7738af + 8c8fed7 commit b05a377

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ version = "0.1.0"
405405

406406
[[package]]
407407
name = "cc"
408-
version = "1.2.5"
408+
version = "1.2.6"
409409
source = "registry+https://github.com/rust-lang/crates.io-index"
410-
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
410+
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
411411
dependencies = [
412412
"shlex",
413413
]

compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
1010
bitflags = "2.4.1"
1111
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
1212
# `cc` in `rustc_llvm` if you update the `cc` here.
13-
cc = "=1.2.5"
13+
cc = "=1.2.6"
1414
either = "1.5.0"
1515
itertools = "0.12"
1616
pathdiff = "0.2.0"

compiler/rustc_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ libc = "0.2.73"
1212
# tidy-alphabetical-start
1313
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
1414
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
15-
cc = "=1.2.5"
15+
cc = "=1.2.6"
1616
# tidy-alphabetical-end

0 commit comments

Comments
 (0)