about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-02-11 18:56:09 -0800
committerEric Huss <eric@huss.org>2025-03-11 09:46:34 -0700
commit985f66bc22885073b6375d47e1c095ab3510b79a (patch)
tree41b4260ad72d7127ae350e4bd216447f50165d30
parentb9454af36def6d5f4b690cffabf8cd7a6f2f45d6 (diff)
downloadrust-985f66bc22885073b6375d47e1c095ab3510b79a.tar.gz
rust-985f66bc22885073b6375d47e1c095ab3510b79a.zip
Migrate panic_unwind to Rust 2024
-rw-r--r--library/panic_unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/Cargo.toml b/library/panic_unwind/Cargo.toml
index c2abb79192e..d176434e06b 100644
--- a/library/panic_unwind/Cargo.toml
+++ b/library/panic_unwind/Cargo.toml
@@ -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