Skip to content

Commit f2d3fed

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 39efea8 commit f2d3fed

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
@@ -293,6 +293,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
293293
"unicode-security",
294294
"unicode-width",
295295
"unicode-xid",
296+
"unwinding",
296297
"valuable",
297298
"version_check",
298299
"wasi",

0 commit comments

Comments
 (0)