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.
1 parent 6906167 commit 2b9b7bbCopy full SHA for 2b9b7bb
2 files changed
Cargo.lock
@@ -474,11 +474,10 @@ version = "0.1.0"
474
475
[[package]]
476
name = "cc"
477
-version = "1.2.39"
+version = "1.2.16"
478
source = "registry+https://github.com/rust-lang/crates.io-index"
479
-checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
+checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
480
dependencies = [
481
- "find-msvc-tools",
482
"jobserver",
483
"libc",
484
"shlex",
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.39"
+cc = "=1.2.16"
15
# tidy-alphabetical-end
16
17
[features]
0 commit comments