Migrate unwind to Rust 2024

This commit is contained in:
Eric Huss 2025-02-11 19:23:46 -08:00
parent 985f66bc22
commit 540ef90832

View file

@ -3,7 +3,7 @@ name = "unwind"
version = "0.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust.git"
edition = "2021"
edition = "2024"
include = [
'/libunwind/*',
]