2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
2021-09-19 12:49:55 -04:00
|
|
|
edition = "2021"
|
2016-01-21 15:19:23 -08:00
|
|
|
|
2019-12-12 10:51:19 -05:00
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2020-07-11 14:52:30 -04:00
|
|
|
libc = "0.2.73"
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|
2019-12-12 10:51:19 -05:00
|
|
|
|
2024-02-13 21:13:06 +00:00
|
|
|
# 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
|
2016-01-21 15:19:23 -08:00
|
|
|
[build-dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2024-02-13 21:13:06 +00:00
|
|
|
cc = "=1.0.79"
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|