1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00
actix-web/actix-multipart-derive/CHANGES.md

15 lines
260 B
Markdown
Raw Normal View History

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