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] = &[
52
52
"constant_time_eq" , // CC0-1.0, rustfmt
53
53
"utf8parse" , // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
54
54
"vte" , // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
55
- "hermit-abi" , // Apache-2.0 OR MIT
56
55
"sized-chunks" , // MPL-2.0+, cargo via im-rc
57
56
// FIXME: this dependency violates the documentation comment above:
58
57
"fortanix-sgx-abi" , // MPL-2.0+, libstd but only for `sgx` target
@@ -182,6 +181,7 @@ const WHITELIST: &[Crate<'_>] = &[
182
181
Crate ( "winapi-util" ) ,
183
182
Crate ( "winapi-x86_64-pc-windows-gnu" ) ,
184
183
Crate ( "wincolor" ) ,
184
+ Crate ( "hermit-abi" ) ,
185
185
] ;
186
186
187
187
// Some types for Serde to deserialize the output of `cargo metadata` to.
You can’t perform that action at this time.
0 commit comments