Skip to content

Commit 61c63b9

Browse files
committed
Auto merge of rust-lang#134558 - clubby789:cmake-bisect, r=<try>
[EXPERIMENTAL] Bisect cmake bootstrap issue r? `@ghost` Investigating rust-lang#134344 try-job: dist-apple-various
2 parents 8a1f803 + e026233 commit 61c63b9

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
@@ -84,9 +84,9 @@ dependencies = [
8484

8585
[[package]]
8686
name = "cc"
87-
version = "1.2.0"
87+
version = "1.2.5"
8888
source = "registry+https://github.com/rust-lang/crates.io-index"
89-
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
89+
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
9090
dependencies = [
9191
"shlex",
9292
]
@@ -146,9 +146,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
146146

147147
[[package]]
148148
name = "cmake"
149-
version = "0.1.48"
149+
version = "0.1.50"
150150
source = "registry+https://github.com/rust-lang/crates.io-index"
151-
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
151+
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
152152
dependencies = [
153153
"cc",
154154
]

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.5"
41+
cmake = "=0.1.50"
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)