rust/compiler/rustc_llvm/Cargo.toml
Trevor Gross a5f6c15571 Pin cc to 1.0.105
`cc` 1.0.106 removes support for Visual Studio 12. Pin to 1.0.105 so we
don't drop support yet.

Fixes: https://github.com/rust-lang/rust/pull/128722#issuecomment-2297605573
2024-08-19 22:24:46 -04:00

15 lines
282 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
cc = "=1.0.105" # FIXME(cc): pinned to keep support for VS2013
# tidy-alphabetical-end