Skip to content

Commit d91d1dc

Browse files
committed
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 <[email protected]>
1 parent a5cb1ac commit d91d1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
369369
"unicode-security",
370370
"unicode-width",
371371
"unicode-xid",
372+
"unwinding",
372373
"valuable",
373374
"version_check",
374375
"wasi",

0 commit comments

Comments
 (0)