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

13 lines
206 B
Markdown
Raw Normal View History

# Changes
2023-07-02 02:09:15 +02:00
## Unreleased
## 0.6.1
2023-07-20 11:49:01 +02:00
- Update `syn` dependency to `2`.
2023-08-01 20:33:32 +02:00
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
2023-07-02 02:09:15 +02:00
2023-08-29 00:44:35 +02:00
## 0.6.0
- Add `MultipartForm` derive macro.