diff options
| author | Artyom Pavlov <newpavlov@gmail.com> | 2019-08-29 18:08:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-29 18:08:13 +0000 |
| commit | 127311b75efd47a6f54aca49523c050566fc9823 (patch) | |
| tree | 4d61b0b11710eee46413df5006944b0eead9dd7a | |
| parent | 06acfb22e03ff482275e1ffd78f691b0e5d88ffb (diff) | |
| download | rust-127311b75efd47a6f54aca49523c050566fc9823.tar.gz rust-127311b75efd47a6f54aca49523c050566fc9823.zip | |
whitelist wasi crate
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 6ca912db593..c31da3c6f48 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -172,6 +172,7 @@ const WHITELIST: &[Crate<'_>] = &[ Crate("vcpkg"), Crate("version_check"), Crate("void"), + Crate("wasi"), Crate("winapi"), Crate("winapi-build"), Crate("winapi-i686-pc-windows-gnu"), |
