Skip to content

Commit

Permalink
Allow wit-bindgen-rt as compiler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Feb 3, 2025
1 parent 01067d1 commit e31d797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,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",
Expand Down

0 comments on commit e31d797

Please sign in to comment.