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:
parent
1f6abbb99f
commit
68609e4214
2 changed files with 5 additions and 16 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue