Skip to content

Commit 59d3a8f

Browse files
committed
Auto merge of rust-lang#136440 - jieyouxu:bump-bootstrap-cc, r=<try>
[EXPERIMENTAL] bootstrap: bump cc to 1.2.11 and cmake to 0.1.53 Alright, what fails now? Previous bump attempt: rust-lang#134344 r? `@ghost` try-job: dist-apple-various
2 parents 6dd75f0 + 9c39d48 commit 59d3a8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/bootstrap/Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ dependencies = [
8787

8888
[[package]]
8989
name = "cc"
90-
version = "1.2.0"
90+
version = "1.2.11"
9191
source = "registry+https://github.com/rust-lang/crates.io-index"
92-
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
92+
checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf"
9393
dependencies = [
9494
"shlex",
9595
]
@@ -149,9 +149,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
149149

150150
[[package]]
151151
name = "cmake"
152-
version = "0.1.48"
152+
version = "0.1.53"
153153
source = "registry+https://github.com/rust-lang/crates.io-index"
154-
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
154+
checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
155155
dependencies = [
156156
"cc",
157157
]

src/bootstrap/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ test = false
3737
# Most of the time updating these dependencies requires modifications to the
3838
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
3939
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
40-
cc = "=1.2.0"
41-
cmake = "=0.1.48"
40+
cc = "=1.2.11"
41+
cmake = "=0.1.53"
4242

4343
build_helper = { path = "../build_helper" }
4444
clap = { version = "4.4", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }

0 commit comments

Comments
 (0)