Allow wasmparser dependency
This commit is contained in:
parent
f5d388302b
commit
3ae15ca04f
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
|
|||
("snap", "BSD-3-Clause"), // rustc
|
||||
// FIXME: this dependency violates the documentation comment above:
|
||||
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
|
||||
("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc
|
||||
];
|
||||
|
||||
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
|
||||
|
@ -222,6 +223,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
|
|||
"vcpkg",
|
||||
"version_check",
|
||||
"wasi",
|
||||
"wasmparser",
|
||||
"winapi",
|
||||
"winapi-build",
|
||||
"winapi-i686-pc-windows-gnu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue