1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
actix-net/local-waker/CHANGES.md

22 lines
290 B
Markdown
Raw Normal View History

# Changes
2023-09-17 21:25:58 +02:00
## Unreleased
2022-05-03 15:58:09 +02:00
2024-05-11 18:39:34 +02:00
- Minimum supported Rust version (MSRV) is now 1.70.
## 0.1.4
2023-07-17 04:05:39 +02:00
- Minimum supported Rust version (MSRV) is now 1.65.
2022-05-03 15:58:09 +02:00
2023-09-17 21:25:58 +02:00
## 0.1.3
2023-03-03 23:36:13 +01:00
- Minimum supported Rust version (MSRV) is now 1.49.
2023-09-17 21:25:58 +02:00
## 0.1.2
2021-04-01 10:01:56 +02:00
2023-03-03 23:36:13 +01:00
- Fix crate metadata.
2021-04-01 10:01:56 +02:00
2023-09-17 21:25:58 +02:00
## 0.1.1
2023-03-03 23:36:13 +01:00
2021-12-18 03:49:23 +01:00
- Move `LocalWaker` to it's own crate.