Skip to content

Commit d7f7241

Browse files
committed
Update tidy allowed deps list
1 parent a6e0f6a commit d7f7241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tools/tidy/src/deps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
582582
"cranelift-srcgen",
583583
"crc32fast",
584584
"equivalent",
585-
"fallible-iterator",
585+
"fnv",
586586
"foldhash",
587587
"gimli",
588588
"hashbrown",
@@ -608,8 +608,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
608608
"syn",
609609
"target-lexicon",
610610
"unicode-ident",
611+
"wasmtime-internal-core",
611612
"wasmtime-internal-jit-icache-coherence",
612-
"wasmtime-internal-math",
613613
"windows-link",
614614
"windows-sys",
615615
"windows-targets",

0 commit comments

Comments
 (0)