mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
rtic-sync: Release v1.3.2
This commit is contained in:
parent
e6bd03051f
commit
daff0c2913
2 changed files with 5 additions and 1 deletions
|
|
@ -7,8 +7,12 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## v1.3.2 - 2025-03-16
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Improve handling of free slots for `send` by explicitly writing the free slot to the awoken future.
|
- Improve handling of free slots for `send` by explicitly writing the free slot to the awoken future.
|
||||||
|
- Fix all known instances of #780
|
||||||
|
|
||||||
## v1.3.1 - 2025-03-12
|
## v1.3.1 - 2025-03-12
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-sync"
|
name = "rtic-sync"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue