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 3db1c06 commit 7c0bd03Copy full SHA for 7c0bd03
2 files changed
Cargo.lock
@@ -544,9 +544,8 @@ version = "0.1.0"
544
545
[[package]]
546
name = "cc"
547
-version = "1.2.37"
548
-source = "registry+https://github.com/rust-lang/crates.io-index"
549
-checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44"
+version = "1.2.50"
+checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
550
dependencies = [
551
"find-msvc-tools",
552
"jobserver",
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.37"
+cc = "=1.2.50"
15
shlex = "1.3.0"
16
# tidy-alphabetical-end
17
0 commit comments