We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cc
1.2.20
1 parent 046c6ea commit 78875cbCopy full SHA for 78875cb
Cargo.lock
@@ -462,9 +462,9 @@ version = "0.1.0"
462
463
[[package]]
464
name = "cc"
465
-version = "1.2.28"
+version = "1.2.20"
466
source = "registry+https://github.com/rust-lang/crates.io-index"
467
-checksum = "4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c"
+checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
468
dependencies = [
469
"jobserver",
470
"libc",
compiler/rustc_llvm/Cargo.toml
@@ -11,7 +11,7 @@ libc = "0.2.73"
11
[build-dependencies]
12
# tidy-alphabetical-start
13
# `cc` updates often break things, so we pin it here.
14
-cc = "=1.2.28"
+cc = "=1.2.20"
15
# tidy-alphabetical-end
16
17
[features]
0 commit comments