mirror of
https://github.com/fafhrd91/actix-web
synced 2024-12-02 19:32:24 +01:00
209 B
209 B
Changes
Unreleased
- Update
syn
dependency to2
. - Minimum supported Rust version (MSRV) is now 1.68 due to transitive
time
dependency.
0.6.0 - 2023-02-26
- Add
MultipartForm
derive macro.