Skip to content

Commit 002181f

Browse files
committed
Pin cc version
1 parent 36a1679 commit 002181f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: compiler/rustc_llvm/Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ edition = "2021"
88
libc = "0.2.73"
99
# tidy-alphabetical-end
1010

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
1116
[build-dependencies]
1217
# tidy-alphabetical-start
13-
cc = "1.0.69"
18+
cc = "=1.0.79"
1419
# tidy-alphabetical-end

0 commit comments

Comments
 (0)