We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cc
1 parent 7bbe15e commit ade7dc4Copy full SHA for ade7dc4
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