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.
2 parents 27dbdb5 + a89a93b commit f61a781Copy full SHA for f61a781
2 files changed
Cargo.lock
@@ -544,10 +544,11 @@ version = "0.1.0"
544
545
[[package]]
546
name = "cc"
547
-version = "1.2.16"
+version = "1.2.50"
548
source = "registry+https://github.com/rust-lang/crates.io-index"
549
-checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
+checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
550
dependencies = [
551
+ "find-msvc-tools",
552
"jobserver",
553
"libc",
554
"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.16"
+cc = "=1.2.50"
15
shlex = "1.3.0"
16
# tidy-alphabetical-end
17
0 commit comments