mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Release RTIC v2.1.3
This commit is contained in:
parent
ac0579c81f
commit
95616b3c59
4 changed files with 10 additions and 49 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue