mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
260 B
260 B
Changes
Unreleased
- 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.