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] = &[
283283const PERMITTED_CRANELIFT_DEPENDENCIES : & [ & str ] = & [
284284 "ahash" ,
285285 "anyhow" ,
286- "arrayvec" ,
287286 "autocfg" ,
288287 "bumpalo" ,
289288 "bitflags" ,
@@ -303,7 +302,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
303302 "crc32fast" ,
304303 "fallible-iterator" ,
305304 "fxhash" ,
306- "getrandom" ,
307305 "gimli" ,
308306 "hashbrown" ,
309307 "indexmap" ,
@@ -321,19 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
321319 "stable_deref_trait" ,
322320 "target-lexicon" ,
323321 "version_check" ,
324- "wasi" ,
325322 "wasmtime-jit-icache-coherence" ,
326323 "winapi" ,
327324 "winapi-i686-pc-windows-gnu" ,
328325 "winapi-x86_64-pc-windows-gnu" ,
329326 "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" ,
337327] ;
338328
339329/// Dependency checks.
You can’t perform that action at this time.
0 commit comments