mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
20 lines
498 B
TOML
20 lines
498 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
libc = "0.2.73"
|
|
# 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]
|
|
# tidy-alphabetical-start
|
|
cc = "=1.0.79"
|
|
# tidy-alphabetical-end
|