mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix: bump edition. it should cause a ci error
This commit is contained in:
parent
5068edc668
commit
5a2acec442
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue