2016-01-21 23:19:23 +00:00
|
|
|
[package]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
2021-09-19 16:49:55 +00:00
|
|
|
edition = "2021"
|
2016-01-21 23:19:23 +00:00
|
|
|
|
2019-12-12 15:51:19 +00:00
|
|
|
[dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2020-07-11 18:52:30 +00:00
|
|
|
libc = "0.2.73"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|
2019-12-12 15:51:19 +00:00
|
|
|
|
2016-01-21 23:19:23 +00:00
|
|
|
[build-dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2024-12-19 10:49:52 +00:00
|
|
|
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
|
|
|
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
|
2025-02-07 19:46:07 +00:00
|
|
|
cc = "=1.2.13"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|