mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 08:36:23 +00:00
With #80608 the `unwinding` crate no longer builds. The upstream crate has been updated to build by manually adding directives to the naked_asm stream. Bump the dependency in Rust to get this newer version. This fixes the build for Xous, and closes #134403. Signed-off-by: Sean Cross <sean@xobs.io>