aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-06-14 10:16:12 -0400
committerIan McIntyre <me@mciantyre.dev>2025-09-16 07:47:23 -0400
commit9728ac5305cfe259115858f0bc49985a0ad7cec4 (patch)
tree16294fb24be29ebedd3099b063348c0520000db4 /Cargo.toml
parentce97696bcd4515b5b2556163aa50c1b4723e7c0f (diff)
Adopt Rust 2024 edition
I'm considering this a breaking change. I'll try to introduce new sections that rely on the user's `unsafe` keyword for linker placement. Rust 2024 has different opinions on format, and clippy has new thoughts. Let's adopt them.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e532016..bb93245 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "imxrt-rt"
-version = "0.1.7"
-edition = "2021"
+version = "0.2.0"
+edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/imxrt-rs/imxrt-rt"
description = "Startup and runtime support for i.MX RT processors."