mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Edition: Bump to 2021
This commit is contained in:
parent
c78177c37e
commit
93ceb6bdef
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ authors = [
|
|||
categories = ["concurrency", "embedded", "no-std"]
|
||||
description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems"
|
||||
documentation = "https://rtic.rs/"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
keywords = ["arm", "cortex-m"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "cortex-m-rtic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue