Skip to content

Commit aa3d7d4

Browse files
committed
Auto merge of rust-lang#136720 - clubby789:bootstrap-ccmake, r=<try>
[EXPERIMENTAL] Bump `cc` (1.2.12) and `cmake` (0.1.53) for bootstrap Let's try rust-lang#136440 once more try-job: dist-x86_64-linux try-job: dist-x86_64-msvc try-job: dist-apple-various try-job: dist-various-2
2 parents a9e7b30 + 7d14918 commit aa3d7d4

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.12"
9191
source = "registry+https://github.com/rust-lang/crates.io-index"
92-
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
92+
checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
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.12"
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)