f757f96296
- `cc` 1.2.4 contains a fix to address [rustc uses wrong build tools
when compiling from MSVC
#133794](https://github.com/rust-lang/rust/issues/133794). See
<https://github.com/rust-lang/cc-rs/releases/tag/cc-v1.2.4>.
- `cc` 1.2.5 contains a fix to also check linking when testing if
certain compiler flags are supported, which fixed an issue that was
causing previous compiler `cc` bumps to fail. See
<https://github.com/rust-lang/cc-rs/releases/tag/cc-v1.2.5>.
Co-authored-by: David Lönnhager <david.l@mullvad.net>
(cherry picked from commit 3775d220af
)
16 lines
373 B
TOML
16 lines
373 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
libc = "0.2.73"
|
|
# tidy-alphabetical-end
|
|
|
|
[build-dependencies]
|
|
# tidy-alphabetical-start
|
|
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
|
|
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
|
|
cc = "=1.2.5"
|
|
# tidy-alphabetical-end
|