Skip to content

Commit b2a6602

Browse files
committed
Update tidy allowed dependencies
1 parent ff3c7f0 commit b2a6602

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
576576
"foldhash",
577577
"gimli",
578578
"hashbrown",
579+
"heck",
579580
"indexmap",
580581
"libc",
581582
"libloading",
@@ -596,8 +597,9 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
596597
"syn",
597598
"target-lexicon",
598599
"unicode-ident",
599-
"wasmtime-jit-icache-coherence",
600-
"wasmtime-math",
600+
"wasmtime-internal-jit-icache-coherence",
601+
"wasmtime-internal-math",
602+
"windows-link",
601603
"windows-sys",
602604
"windows-targets",
603605
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)