Migrate panic_unwind to Rust 2024

This commit is contained in:
Eric Huss 2025-02-11 18:56:09 -08:00
parent b9454af36d
commit 985f66bc22

View file

@ -4,7 +4,7 @@ version = "0.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust.git"
description = "Implementation of Rust panics via stack unwinding"
edition = "2021"
edition = "2024"
[lib]
test = false