File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
283
283
const PERMITTED_CRANELIFT_DEPENDENCIES : & [ & str ] = & [
284
284
"ahash" ,
285
285
"anyhow" ,
286
- "arrayvec" ,
287
286
"autocfg" ,
288
287
"bumpalo" ,
289
288
"bitflags" ,
@@ -303,7 +302,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
303
302
"crc32fast" ,
304
303
"fallible-iterator" ,
305
304
"fxhash" ,
306
- "getrandom" ,
307
305
"gimli" ,
308
306
"hashbrown" ,
309
307
"indexmap" ,
@@ -321,19 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
321
319
"stable_deref_trait" ,
322
320
"target-lexicon" ,
323
321
"version_check" ,
324
- "wasi" ,
325
322
"wasmtime-jit-icache-coherence" ,
326
323
"winapi" ,
327
324
"winapi-i686-pc-windows-gnu" ,
328
325
"winapi-x86_64-pc-windows-gnu" ,
329
326
"windows-sys" ,
330
- "windows_aarch64_gnullvm" ,
331
- "windows_aarch64_msvc" ,
332
- "windows_i686_gnu" ,
333
- "windows_i686_msvc" ,
334
- "windows_x86_64_gnu" ,
335
- "windows_x86_64_gnullvm" ,
336
- "windows_x86_64_msvc" ,
337
327
] ;
338
328
339
329
/// Dependency checks.
You can’t perform that action at this time.
0 commit comments