mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
597 B
597 B
Changes
Unreleased - 2021-xx-xx
0.1.0-beta.5 - 2021-10-20
- Updated rustls to v0.20. #2414
- Minimum supported Rust version (MSRV) is now 1.52.
0.1.0-beta.4 - 2021-09-09
- Minimum supported Rust version (MSRV) is now 1.51.
0.1.0-beta.3 - 2021-06-20
- No significant changes from
0.1.0-beta.2
.
0.1.0-beta.2 - 2021-04-17
- No significant changes from
0.1.0-beta.1
.
0.1.0-beta.1 - 2021-04-02
- Move integration testing structs from
actix-web
. #2112