]> git.lizzy.rs Git - rust.git/commitdiff
Allow wasmparser dependency
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 29 Mar 2021 11:22:35 +0000 (13:22 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Fri, 7 May 2021 16:48:59 +0000 (18:48 +0200)
src/tools/tidy/src/deps.rs

index 064dd716521f51dda66b7afa0667b7a12ea0edf8..5f4ba71d91a1519479dd14214dbbe0d1c46f3799 100644 (file)
@@ -42,6 +42,7 @@
     ("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)] = &[
     "vcpkg",
     "version_check",
     "wasi",
+    "wasmparser",
     "winapi",
     "winapi-build",
     "winapi-i686-pc-windows-gnu",