File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -420,12 +420,9 @@ version = "0.1.0"
420
420
421
421
[[package ]]
422
422
name = " cc"
423
- version = " 1.1.13 "
423
+ version = " 1.0.105 "
424
424
source = " registry+https://github.com/rust-lang/crates.io-index"
425
- checksum = " 72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
426
- dependencies = [
427
- " shlex" ,
428
- ]
425
+ checksum = " 5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437"
429
426
430
427
[[package ]]
431
428
name = " cfg-if"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
ar_archive_writer = " 0.4.0"
9
9
arrayvec = { version = " 0.7" , default-features = false }
10
10
bitflags = " 2.4.1"
11
- cc = " 1.0.90 "
11
+ cc = " = 1.0.105 " # FIXME(cc): pinned to keep support for VS2013
12
12
either = " 1.5.0"
13
13
itertools = " 0.12"
14
14
jobserver = " 0.1.28"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ libc = "0.2.73"
10
10
11
11
[build-dependencies ]
12
12
# tidy-alphabetical-start
13
- cc = " 1.0.97 "
13
+ cc = " = 1.0.105 " # FIXME(cc): pinned to keep support for VS2013
14
14
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments