We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e0f6a commit d7f7241Copy full SHA for d7f7241
1 file changed
src/tools/tidy/src/deps.rs
@@ -582,7 +582,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
582
"cranelift-srcgen",
583
"crc32fast",
584
"equivalent",
585
- "fallible-iterator",
+ "fnv",
586
"foldhash",
587
"gimli",
588
"hashbrown",
@@ -608,8 +608,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
608
"syn",
609
"target-lexicon",
610
"unicode-ident",
611
+ "wasmtime-internal-core",
612
"wasmtime-internal-jit-icache-coherence",
- "wasmtime-internal-math",
613
"windows-link",
614
"windows-sys",
615
"windows-targets",
0 commit comments