tidy: add unwinding
as an allowed dependency
Add `unwinding` as a permitted dependency of rustc, as it is now used as part of panic unwinding within platforms such as Xous. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
a6b8de68a6
commit
0773afc968
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
||||||
"unicode-security",
|
"unicode-security",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
"unicode-xid",
|
"unicode-xid",
|
||||||
|
"unwinding",
|
||||||
"valuable",
|
"valuable",
|
||||||
"version_check",
|
"version_check",
|
||||||
"wasi",
|
"wasi",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue