File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ const EXCEPTIONS: &[&str] = &[
5252 "constant_time_eq" , // CC0-1.0, rustfmt
5353 "utf8parse" , // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
5454 "vte" , // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
55- "hermit-abi" , // Apache-2.0 OR MIT
5655 "sized-chunks" , // MPL-2.0+, cargo via im-rc
5756 // FIXME: this dependency violates the documentation comment above:
5857 "fortanix-sgx-abi" , // MPL-2.0+, libstd but only for `sgx` target
@@ -182,6 +181,7 @@ const WHITELIST: &[Crate<'_>] = &[
182181 Crate ( "winapi-util" ) ,
183182 Crate ( "winapi-x86_64-pc-windows-gnu" ) ,
184183 Crate ( "wincolor" ) ,
184+ Crate ( "hermit-abi" ) ,
185185] ;
186186
187187// Some types for Serde to deserialize the output of `cargo metadata` to.
You can’t perform that action at this time.
0 commit comments