diff options
| author | Eric Huss <eric@huss.org> | 2025-02-11 19:23:46 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2025-03-11 09:46:34 -0700 |
| commit | 540ef90832539fbad89f2958c66c0af1d66d49b6 (patch) | |
| tree | 2e6bf4b30f5420913c3e0a63c9ba8fa350f98f09 | |
| parent | 985f66bc22885073b6375d47e1c095ab3510b79a (diff) | |
| download | rust-540ef90832539fbad89f2958c66c0af1d66d49b6.tar.gz rust-540ef90832539fbad89f2958c66c0af1d66d49b6.zip | |
Migrate unwind to Rust 2024
| -rw-r--r-- | library/unwind/Cargo.toml | 2 |
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/*', ] |
