Skip to content

Commit 5b7fdb8

Browse files
committed
Allow wit-bindgen-rt as compiler dependency
1 parent 4a5356c commit 5b7fdb8

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
@@ -447,6 +447,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
447447
"windows_x86_64_gnu",
448448
"windows_x86_64_gnullvm",
449449
"windows_x86_64_msvc",
450+
"wit-bindgen-rt", // via wasi
450451
"writeable",
451452
"yoke",
452453
"yoke-derive",

0 commit comments

Comments
 (0)