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
This commit is contained in:
parent
79611d90b6
commit
a5f6c15571
3 changed files with 4 additions and 7 deletions
|
@ -10,5 +10,5 @@ libc = "0.2.73"
|
|||
|
||||
[build-dependencies]
|
||||
# tidy-alphabetical-start
|
||||
cc = "1.0.97"
|
||||
cc = "=1.0.105" # FIXME(cc): pinned to keep support for VS2013
|
||||
# tidy-alphabetical-end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue