about summary refs log tree commit diff
path: root/library/unwind
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-11 20:05:06 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-11 20:05:06 +0000
commit68609e4214ebee4e7ccd5f729102a010f9d3ccb1 (patch)
tree6923c56ebe3525f7a39ac584126a92fd8aac7818 /library/unwind
parent1f6abbb99ffbf052e56c815ba8eac2c9b9a7a75d (diff)
downloadrust-68609e4214ebee4e7ccd5f729102a010f9d3ccb1.tar.gz
rust-68609e4214ebee4e7ccd5f729102a010f9d3ccb1.zip
Upgrade the standard library `unwinding` version
This comes with a `gimli` upgrade, so we no longer have two different
versions.
Diffstat (limited to 'library/unwind')
-rw-r--r--library/unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index ad373420a96..f8da09f7193 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -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]