1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

bump msrv in ci and readme

This commit is contained in:
Rob Ede
2020-05-13 01:57:37 +01:00
parent 63864ecf9e
commit 996f1d7eae
20 changed files with 46 additions and 11 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [Unreleased] - 2020-xx-xx
* Bump minimum supported Rust version to 1.40
## [0.2.1] - 2020-01-xx
* Remove the unused `time` dependency

View File

@ -5,4 +5,4 @@
* [API Documentation](https://docs.rs/actix-multipart/)
* [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-multipart](https://crates.io/crates/actix-multipart)
* Minimum supported Rust version: 1.39 or later
* Minimum supported Rust version: 1.40 or later