Migrate panic_abort to Rust 2024

This commit is contained in:
Eric Huss 2025-02-11 15:41:40 -08:00
parent f505d4e8e3
commit b9454af36d

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 process aborts"
edition = "2021"
edition = "2024"
[lib]
test = false