diff options
| author | Oleksandr Babak <alexanderbabak@proton.me> | 2025-05-15 15:00:03 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-18 18:49:41 +0000 |
| commit | 5a2acec4426f5845cbfde4c3a990383145352eb7 (patch) | |
| tree | 465ba6fdaaafbfdeaf61f9b3c82f693d65ecc8c3 | |
| parent | 5068edc668b797460104a33e41e5c730a27d9946 (diff) | |
fix: bump edition. it should cause a ci error
| -rw-r--r-- | rtic/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 932684a..ebfdf1f 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" |
