Allow wit-bindgen-rt as compiler dependency

This commit is contained in:
Chris Denton 2025-02-01 19:50:04 +00:00
parent 1c7aaf95e1
commit 9b71e86724
No known key found for this signature in database
GPG key ID: 713472F2F45627DE

View file

@ -446,6 +446,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
"wit-bindgen-rt", // via wasi
"writeable",
"yoke",
"yoke-derive",