about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-02-11 19:23:46 -0800
committerEric Huss <eric@huss.org>2025-03-11 09:46:34 -0700
commit540ef90832539fbad89f2958c66c0af1d66d49b6 (patch)
tree2e6bf4b30f5420913c3e0a63c9ba8fa350f98f09
parent985f66bc22885073b6375d47e1c095ab3510b79a (diff)
downloadrust-540ef90832539fbad89f2958c66c0af1d66d49b6.tar.gz
rust-540ef90832539fbad89f2958c66c0af1d66d49b6.zip
Migrate unwind to Rust 2024
-rw-r--r--library/unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index 66e8d1a3ffe..da60924c2b4 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -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/*',
 ]