Skip to content

Commit 7e7fedd

Browse files
committed
Update allowed depdendencies for cranelift
1 parent 2426b62 commit 7e7fedd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/tools/tidy/src/deps.rs

+6
Original file line numberDiff line numberDiff line change
@@ -460,13 +460,17 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
460460
"mach",
461461
"memchr",
462462
"object",
463+
"proc-macro2",
464+
"quote",
463465
"regalloc2",
464466
"region",
465467
"rustc-hash",
466468
"slice-group-by",
467469
"smallvec",
468470
"stable_deref_trait",
471+
"syn",
469472
"target-lexicon",
473+
"unicode-ident",
470474
"version_check",
471475
"wasmtime-jit-icache-coherence",
472476
"winapi",
@@ -481,6 +485,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
481485
"windows_x86_64_gnu",
482486
"windows_x86_64_gnullvm",
483487
"windows_x86_64_msvc",
488+
"zerocopy",
489+
"zerocopy-derive",
484490
// tidy-alphabetical-end
485491
];
486492

0 commit comments

Comments
 (0)