File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ dependencies = [
88
88
89
89
[[package ]]
90
90
name = " cc"
91
- version = " 1.2.0 "
91
+ version = " 1.1.22 "
92
92
source = " registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = " 1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8 "
93
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0 "
94
94
dependencies = [
95
95
" shlex" ,
96
96
]
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ test = false
37
37
# Most of the time updating these dependencies requires modifications to the
38
38
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
39
39
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
40
- cc = " =1.2.0"
40
+ #
41
+ # Do not upgrade this crate unless https://github.com/rust-lang/cc-rs/issues/1317 is fixed.
42
+ cc = " =1.1.22"
41
43
cmake = " =0.1.48"
42
44
43
45
build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments