1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-18 03:55:15 +00:00
actix-web/actix-multipart-derive/CHANGES.md
2023-07-20 10:49:01 +01:00

10 lines
209 B
Markdown

# Changes
## Unreleased
- Update `syn` dependency to `2`.
- Minimum supported Rust version (MSRV) is now 1.65 due to transitive `time` dependency.
## 0.6.0 - 2023-02-26
- Add `MultipartForm` derive macro.