unwind: update unwinding dependency to 0.2.3 · qinheping/verify-rust-std@262c3fb (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -22,7 +22,7 @@ cfg-if = "1.0" | ||
22 | 22 | libc = { version = "0.2.140", features = ['rustc-dep-of-std'], default-features = false } |
23 | 23 | |
24 | 24 | [target.'cfg(target_os = "xous")'.dependencies] |
25 | -unwinding = { version = "0.2.1", features = ['rustc-dep-of-std', 'unwinder', 'fde-custom'], default-features = false } | |
25 | +unwinding = { version = "0.2.3", features = ['rustc-dep-of-std', 'unwinder', 'fde-custom'], default-features = false } | |
26 | 26 | |
27 | 27 | [features] |
28 | 28 |