Skip to content

Commit 3ae15ca

Browse files
committed
Allow wasmparser dependency
1 parent f5d3883 commit 3ae15ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
4242
("snap", "BSD-3-Clause"), // rustc
4343
// FIXME: this dependency violates the documentation comment above:
4444
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
45+
("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc
4546
];
4647

4748
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@@ -222,6 +223,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
222223
"vcpkg",
223224
"version_check",
224225
"wasi",
226+
"wasmparser",
225227
"winapi",
226228
"winapi-build",
227229
"winapi-i686-pc-windows-gnu",

0 commit comments

Comments
 (0)