File tree 2 files changed +12
-4
lines changed 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ name = "bootstrap"
37
37
version = " 0.0.0"
38
38
dependencies = [
39
39
" build_helper" ,
40
- " cc" ,
40
+ " cc 1.2.18 " ,
41
41
" clap" ,
42
42
" clap_complete" ,
43
43
" cmake" ,
@@ -96,6 +96,14 @@ dependencies = [
96
96
" shlex" ,
97
97
]
98
98
99
+ [[package ]]
100
+ name = " cc"
101
+ version = " 1.2.18"
102
+ source = " git+https://github.com/onur-ozkan/cc-rs?branch=extend-ar-finding#e3b04dc4e57b275dee75e46ba3a5c3cf31af205b"
103
+ dependencies = [
104
+ " shlex" ,
105
+ ]
106
+
99
107
[[package ]]
100
108
name = " cfg-if"
101
109
version = " 1.0.0"
@@ -155,7 +163,7 @@ version = "0.1.54"
155
163
source = " registry+https://github.com/rust-lang/crates.io-index"
156
164
checksum = " e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
157
165
dependencies = [
158
- " cc" ,
166
+ " cc 1.2.17 " ,
159
167
]
160
168
161
169
[[package ]]
@@ -380,7 +388,7 @@ version = "0.1.20"
380
388
source = " registry+https://github.com/rust-lang/crates.io-index"
381
389
checksum = " 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
382
390
dependencies = [
383
- " cc" ,
391
+ " cc 1.2.17 " ,
384
392
" libc" ,
385
393
" pkg-config" ,
386
394
]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ test = false
32
32
# Most of the time updating these dependencies requires modifications to the
33
33
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
34
34
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
35
- cc = " =1.2.17 "
35
+ cc = { git = " https://github.com/onur-ozkan/cc-rs " , branch = " extend-ar-finding " }
36
36
cmake = " =0.1.54"
37
37
38
38
build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments