add hermit-abi to the whitelist
This commit is contained in:
parent
99b2e04a6e
commit
0a7ba6b9fc
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ const EXCEPTIONS: &[&str] = &[
|
|||
"constant_time_eq", // CC0-1.0, rustfmt
|
||||
"utf8parse", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
|
||||
"vte", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
|
||||
"hermit-abi", // Apache-2.0 OR MIT
|
||||
"sized-chunks", // MPL-2.0+, cargo via im-rc
|
||||
// FIXME: this dependency violates the documentation comment above:
|
||||
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue