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
1 changed files with 2 additions and 0 deletions

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.