Skip to content

Commit 935a34c

Browse files
committed
Migrate panic_abort to Rust 2024
1 parent b0c162f commit 935a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/panic_abort/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/rust-lang/rust.git"
66
description = "Implementation of Rust panics via process aborts"
7-
edition = "2021"
7+
edition = "2024"
88

99
[lib]
1010
test = false

0 commit comments

Comments
 (0)