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 parent 36a1679 commit 002181fCopy full SHA for 002181f
compiler/rustc_llvm/Cargo.toml
@@ -8,7 +8,12 @@ edition = "2021"
8
libc = "0.2.73"
9
# tidy-alphabetical-end
10
11
+# FIXME: updating cc past 1.0.79 breaks libstd bootstrapping, pin
12
+# to the last working version here so `cargo update` doesn't cause the
13
+# a higher version to be selected
14
+# https://github.com/rust-lang/cc-rs/issues/913
15
+# 1.0.{84, 85} fix this but have been yanked
16
[build-dependencies]
17
# tidy-alphabetical-start
-cc = "1.0.69"
18
+cc = "=1.0.79"
19
0 commit comments