Skip to content

Commit a280bac

Browse files
onur-ozkancuviper
authored andcommitted
downgrade bootstrap cc
Signed-off-by: onur-ozkan <work@onurozkan.dev> (cherry picked from commit e4ca11f)
1 parent a28fc0b commit a280bac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/bootstrap/Cargo.lock

Lines changed: 2 additions & 2 deletions
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.1.22"
8888
source = "registry+https://github.com/rust-lang/crates.io-index"
89-
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
89+
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
9090
dependencies = [
9191
"shlex",
9292
]

src/bootstrap/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ test = false
3636
# Most of the time updating these dependencies requires modifications to the
3737
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
3838
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
39-
cc = "=1.2.0"
39+
#
40+
# Do not upgrade this crate unless https://github.com/rust-lang/cc-rs/issues/1317 is fixed.
41+
cc = "=1.1.22"
4042
cmake = "=0.1.48"
4143

4244
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)