Skip to content

Commit 972036b

Browse files
committed
Allow wit-bindgen-rt as compiler dependency
1 parent 75b8fac commit 972036b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
446446
"windows_x86_64_gnu",
447447
"windows_x86_64_gnullvm",
448448
"windows_x86_64_msvc",
449+
"wit-bindgen-rt", // via wasi
449450
"writeable",
450451
"yoke",
451452
"yoke-derive",

0 commit comments

Comments
 (0)