We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cc
1 parent c054cd2 commit 3070d8bCopy full SHA for 3070d8b
compiler/rustc_llvm/Cargo.toml
@@ -9,6 +9,10 @@ libc = "0.2.73"
9
# tidy-alphabetical-end
10
11
[build-dependencies]
12
+# FIXME: updating cc past 1.0.79 breaks libstd bootstrapping, pin
13
+# to the last working version here so `cargo update` doesn't cause the
14
+# a higher version to be selected
15
+# https://github.com/rust-lang/cc-rs/issues/913
16
# tidy-alphabetical-start
-cc = "1.0.69"
17
+cc = "=1.0.79"
18
0 commit comments