1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/actix-multipart-derive/CHANGES.md

10 lines
175 B
Markdown
Raw Normal View History

# Changes
2023-07-02 02:09:15 +02:00
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.65 due to transitive `time` dependency.
## 0.6.0 - 2023-02-26
- Add `MultipartForm` derive macro.