Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9b71e86

Browse files
committed
Allow wit-bindgen-rt as compiler dependency
1 parent 1c7aaf9 commit 9b71e86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
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)