1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 13:52:08 +01:00
actix-net/local-waker/CHANGES.md
Rob Ede c0693da9ba
update msrv to 1.60 (#482
* update msrv to 1.60

* inherit workspace msrv
2023-04-01 21:39:19 +01:00

18 lines
278 B
Markdown

# Changes
## Unreleased - 2023-xx-xx
- Minimum supported Rust version (MSRV) is now 1.60.
## 0.1.3 - 2022-05-03
- Minimum supported Rust version (MSRV) is now 1.49.
## 0.1.2 - 2021-12-18
- Fix crate metadata.
## 0.1.1 - 2021-03-29
- Move `LocalWaker` to it's own crate.