Skip to content

Commit bfe6421

Browse files
committed
Update allowed depdendencies for cranelift
1 parent a00ec2d commit bfe6421

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/deps.rs

+6
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,17 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
458458
"mach",
459459
"memchr",
460460
"object",
461+
"proc-macro2",
462+
"quote",
461463
"regalloc2",
462464
"region",
463465
"rustc-hash",
464466
"slice-group-by",
465467
"smallvec",
466468
"stable_deref_trait",
469+
"syn",
467470
"target-lexicon",
471+
"unicode-ident",
468472
"version_check",
469473
"wasmtime-jit-icache-coherence",
470474
"winapi",
@@ -479,6 +483,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
479483
"windows_x86_64_gnu",
480484
"windows_x86_64_gnullvm",
481485
"windows_x86_64_msvc",
486+
"zerocopy",
487+
"zerocopy-derive",
482488
// tidy-alphabetical-end
483489
];
484490

0 commit comments

Comments
 (0)