mirror of https://github.com/fafhrd91/actix-web
375 B
375 B
Changes
Unreleased
0.8.0
- Minimum supported Rust version (MSRV) is now 1.88.
- Update
darlingdependency to0.23.
0.7.0
- Minimum supported Rust version (MSRV) is now 1.72.
0.6.1
- Update
syndependency to2. - Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.
0.6.0
- Add
MultipartFormderive macro.