Skip to content

Commit

Permalink
Bump unwinding crate
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 28, 2024
1 parent 300c12a commit d2486ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
16 changes: 5 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sel4-backtrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sel4-backtrace-types = { path = "types" }
serde = { version = "1.0.147", default-features = false, optional = true }

[dependencies.unwinding]
version = "0.2.1"
version = "0.2.3"
default-features = false
features = ["unwinder", "fde-custom", "hide-trace"]
optional = true
2 changes: 1 addition & 1 deletion crates/sel4-panicking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sel4-panicking-env = { path = "env" }
rustc_version = "0.4.0"

[target."cfg(not(target_arch = \"arm\"))".dependencies.unwinding]
version = "0.2.1"
version = "0.2.3"
default-features = false
features = ["unwinder", "fde-custom", "hide-trace", "personality"]
optional = true
2 changes: 1 addition & 1 deletion crates/sel4-runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sel4-panicking-env = { path = "../sel4-panicking/env" }
sel4-stack = { path = "../sel4-stack" }

[target."cfg(not(target_arch = \"arm\"))".dependencies.unwinding]
version = "0.2.1"
version = "0.2.3"
default-features = false
features = ["unwinder", "fde-custom", "hide-trace"]
optional = true
2 changes: 1 addition & 1 deletion hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in rec {
syn = "2.0.85";
thiserror = "1.0";
tock-registers = "0.8.1";
unwinding = "0.2.1";
unwinding = "0.2.3";
virtio-drivers = "0.7.2";
webpki-roots = "0.26";
zerocopy = "0.7.32";
Expand Down

0 comments on commit d2486ae

Please sign in to comment.