Skip to content

Commit a0dcaa8

Browse files
committed
Auto merge of #137022 - jieyouxu:bump-bootstrap-cc-cmake, r=<try>
Bump bootstrap cc to 1.2.14 and cmake to 0.1.54 r? `@ghost` try-job: aarch64-gnu try-job: x86_64-msvc-1 try-job: i686-msvc-1 try-jbo: x86_64-mingw-1 try-job: i686-mingw try-job: aarch64-apple try-job: x86_64-apple-1 try-job: test-various try-job: armhf-gnu
2 parents 905b1bf + 4a52ba1 commit a0dcaa8

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
@@ -88,9 +88,9 @@ dependencies = [
8888

8989
[[package]]
9090
name = "cc"
91-
version = "1.2.0"
91+
version = "1.2.14"
9292
source = "registry+https://github.com/rust-lang/crates.io-index"
93-
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
93+
checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9"
9494
dependencies = [
9595
"shlex",
9696
]
@@ -150,9 +150,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
150150

151151
[[package]]
152152
name = "cmake"
153-
version = "0.1.48"
153+
version = "0.1.54"
154154
source = "registry+https://github.com/rust-lang/crates.io-index"
155-
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
155+
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
156156
dependencies = [
157157
"cc",
158158
]

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.14"
41+
cmake = "=0.1.54"
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)