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 @@ -410,12 +410,9 @@ version = "0.1.0"
410
410
411
411
[[package ]]
412
412
name = " cc"
413
- version = " 1.1.13 "
413
+ version = " 1.0.105 "
414
414
source = " registry+https://github.com/rust-lang/crates.io-index"
415
- checksum = " 72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
416
- dependencies = [
417
- " shlex" ,
418
- ]
415
+ checksum = " 5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437"
419
416
420
417
[[package ]]
421
418
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.2"
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