Skip to content

Commit 26ca716

Browse files
Rollup merge of rust-lang#136707 - clubby789:cmake-bisect, r=jieyouxu
Bump `cc` to v1.2.13 for the compiler workspace
2 parents 72f0205 + 09f57b2 commit 26ca716

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ version = "0.1.0"
420420

421421
[[package]]
422422
name = "cc"
423-
version = "1.2.7"
423+
version = "1.2.13"
424424
source = "registry+https://github.com/rust-lang/crates.io-index"
425-
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
425+
checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
426426
dependencies = [
427427
"shlex",
428428
]

Diff for: compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bitflags = "2.4.1"
1111
bstr = "1.11.3"
1212
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
1313
# `cc` in `rustc_llvm` if you update the `cc` here.
14-
cc = "=1.2.7"
14+
cc = "=1.2.13"
1515
either = "1.5.0"
1616
itertools = "0.12"
1717
pathdiff = "0.2.0"

Diff for: 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.7"
15+
cc = "=1.2.13"
1616
# tidy-alphabetical-end

0 commit comments

Comments
 (0)