File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
195
195
( "cranelift-module" , "Apache-2.0 WITH LLVM-exception" ) ,
196
196
( "cranelift-native" , "Apache-2.0 WITH LLVM-exception" ) ,
197
197
( "cranelift-object" , "Apache-2.0 WITH LLVM-exception" ) ,
198
+ ( "foldhash" , "Zlib" ) ,
198
199
( "mach2" , "BSD-2-Clause OR MIT OR Apache-2.0" ) ,
199
200
( "regalloc2" , "Apache-2.0 WITH LLVM-exception" ) ,
200
201
( "target-lexicon" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -502,7 +503,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
502
503
503
504
const PERMITTED_CRANELIFT_DEPENDENCIES : & [ & str ] = & [
504
505
// tidy-alphabetical-start
505
- "ahash " ,
506
+ "allocator-api2 " ,
506
507
"anyhow" ,
507
508
"arbitrary" ,
508
509
"bitflags" ,
@@ -524,6 +525,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
524
525
"crc32fast" ,
525
526
"equivalent" ,
526
527
"fallible-iterator" ,
528
+ "foldhash" ,
527
529
"gimli" ,
528
530
"hashbrown" ,
529
531
"indexmap" ,
@@ -533,21 +535,18 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
533
535
"mach2" ,
534
536
"memchr" ,
535
537
"object" ,
536
- "once_cell" ,
537
538
"proc-macro2" ,
538
539
"quote" ,
539
540
"regalloc2" ,
540
541
"region" ,
541
542
"rustc-hash" ,
542
543
"serde" ,
543
544
"serde_derive" ,
544
- "slice-group-by" ,
545
545
"smallvec" ,
546
546
"stable_deref_trait" ,
547
547
"syn" ,
548
548
"target-lexicon" ,
549
549
"unicode-ident" ,
550
- "version_check" ,
551
550
"wasmtime-jit-icache-coherence" ,
552
551
"windows-sys" ,
553
552
"windows-targets" ,
@@ -559,8 +558,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
559
558
"windows_x86_64_gnu" ,
560
559
"windows_x86_64_gnullvm" ,
561
560
"windows_x86_64_msvc" ,
562
- "zerocopy" ,
563
- "zerocopy-derive" ,
564
561
// tidy-alphabetical-end
565
562
] ;
566
563
You can’t perform that action at this time.
0 commit comments