diff options
| author | Sean Cross <sean@xobs.io> | 2023-10-23 16:32:59 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2023-12-06 09:07:07 +0800 |
| commit | 0773afc968d35bd6661bdbbe4c73fbb304c402ac (patch) | |
| tree | 47c504354cd816f2d021e30d74c55bad4e22e284 | |
| parent | a6b8de68a6322dd18a3f7de9c921af091279e2fe (diff) | |
| download | rust-0773afc968d35bd6661bdbbe4c73fbb304c402ac.tar.gz rust-0773afc968d35bd6661bdbbe4c73fbb304c402ac.zip | |
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>
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 7ad75f089f3..57fd64c1925 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -369,6 +369,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "unicode-security", "unicode-width", "unicode-xid", + "unwinding", "valuable", "version_check", "wasi", |
