1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-19 06:04:40 +01:00

13 lines
206 B
Markdown
Raw Normal View History

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