1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-07 13:54:24 +01:00

11 lines
209 B
Markdown
Raw Normal View History

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