Upgrade the standard library unwinding version

This comes with a `gimli` upgrade, so we no longer have two different
versions.
This commit is contained in:
Trevor Gross 2025-06-11 20:05:06 +00:00
parent 1f6abbb99f
commit 68609e4214
2 changed files with 5 additions and 16 deletions

View file

@ -22,7 +22,7 @@ cfg-if = "1.0"
libc = { version = "0.2.140", features = ['rustc-dep-of-std'], default-features = false }
[target.'cfg(target_os = "xous")'.dependencies]
unwinding = { version = "0.2.6", features = ['rustc-dep-of-std', 'unwinder', 'fde-custom'], default-features = false }
unwinding = { version = "0.2.7", features = ['rustc-dep-of-std', 'unwinder', 'fde-custom'], default-features = false }
[features]