diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 932684ae604..ebfdf1f155a 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -9,7 +9,7 @@ authors = [ categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems" documentation = "https://rtic.rs/" -edition = "2021" +edition = "2024" keywords = ["embedded", "async", "runtime", "no-std", "rtos"] license = "MIT OR Apache-2.0" name = "rtic"