Release RTIC v2.1.3

This commit is contained in:
Emil Fresk 2025-06-08 12:02:38 +02:00 committed by Henrik Tjäder
parent ac0579c81f
commit 95616b3c59
4 changed files with 10 additions and 49 deletions

View file

@ -7,11 +7,15 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
## [v2.1.3] - 2025-06-08
### Changed
- Unstable support for ESP32-C6
- Adapt `slic` backends to new version with `mecall`
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
## [v2.1.1] - 2024-12-06
## [v2.1.1 & v2.1.2] - 2024-12-06
### Changed

View file

@ -22,7 +22,7 @@ name = "rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.1.2"
version = "2.1.3"
[package.metadata.docs.rs]
features = ["test-template"]