Skip to content

Commit

Permalink
tidy: add unwinding as an allowed dependency
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
xobs committed Oct 23, 2023
1 parent 39efea8 commit f2d3fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"unicode-security",
"unicode-width",
"unicode-xid",
"unwinding",
"valuable",
"version_check",
"wasi",
Expand Down

0 comments on commit f2d3fed

Please sign in to comment.