1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 13:46:36 +00:00

Update actix-multipart CHANGES.md

This commit is contained in:
Romain Lebran 2023-06-13 10:11:21 +02:00
parent 77fded2ea2
commit 06eae018f1
No known key found for this signature in database
GPG key ID: 30617CD7C6872017

View file

@ -2,6 +2,8 @@
## Unreleased
- Remove unnecessary `unwrap`. [#3047]
## 0.6.1
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.