Pin cc
version
This commit is contained in:
parent
36a16798f7
commit
002181f3ce
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,12 @@ edition = "2021"
|
||||||
libc = "0.2.73"
|
libc = "0.2.73"
|
||||||
# tidy-alphabetical-end
|
# tidy-alphabetical-end
|
||||||
|
|
||||||
|
# FIXME: updating cc past 1.0.79 breaks libstd bootstrapping, pin
|
||||||
|
# to the last working version here so `cargo update` doesn't cause the
|
||||||
|
# a higher version to be selected
|
||||||
|
# https://github.com/rust-lang/cc-rs/issues/913
|
||||||
|
# 1.0.{84, 85} fix this but have been yanked
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
# tidy-alphabetical-start
|
# tidy-alphabetical-start
|
||||||
cc = "1.0.69"
|
cc = "=1.0.79"
|
||||||
# tidy-alphabetical-end
|
# tidy-alphabetical-end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue