actix-web/actix-multipart-derive/CHANGES.md

11 lines
196 B
Markdown

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