1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 02:41:49 +01:00

26 lines
364 B
Markdown
Raw Normal View History

# Changes
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.71.
2024-05-11 17:39:34 +01:00
## 0.1.5
- No significant changes since `0.1.4`.
## 0.1.4
2022-05-03 14:56:40 +01:00
2023-07-17 03:05:39 +01:00
- Minimum supported Rust version (MSRV) is now 1.65.
2022-05-03 14:56:40 +01:00
## 0.1.3
2023-03-03 22:36:13 +00:00
- Minimum supported Rust version (MSRV) is now 1.49.
## 0.1.2
2021-12-18 03:20:49 +00:00
2023-03-03 22:36:13 +00:00
- No significant changes from `0.1.1`.
2021-12-18 03:20:49 +00:00
## 0.1.1
2023-03-03 22:36:13 +00:00
- Move local MPSC channel to it's own crate.