mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
270 B
270 B
Changes
Unreleased
0.7.0
- Minimum supported Rust version (MSRV) is now 1.72.
0.6.1
- Update
syn
dependency to2
. - Minimum supported Rust version (MSRV) is now 1.68 due to transitive
time
dependency.
0.6.0
- Add
MultipartForm
derive macro.