1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-12-03 11:52:13 +01:00
actix-web/actix-multipart-derive/CHANGES.md
2023-08-01 19:33:32 +01:00

11 lines
209 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 - 2023-02-26
- Add `MultipartForm` derive macro.