Skip to content

Commit 79741f0

Browse files
committed
[EXPERIMENT 3] Pin compiler cc @ 1.2.26
1 parent 41f43fc commit 79741f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ version = "0.1.0"
462462

463463
[[package]]
464464
name = "cc"
465-
version = "1.2.20"
465+
version = "1.2.26"
466466
source = "registry+https://github.com/rust-lang/crates.io-index"
467-
checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
467+
checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac"
468468
dependencies = [
469469
"jobserver",
470470
"libc",

compiler/rustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libc = "0.2.73"
1111
[build-dependencies]
1212
# tidy-alphabetical-start
1313
# `cc` updates often break things, so we pin it here.
14-
cc = "=1.2.20"
14+
cc = "=1.2.26"
1515
# tidy-alphabetical-end
1616

1717
[features]

0 commit comments

Comments
 (0)