1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Bump up MSRV to 1.40.0

This commit is contained in:
Yuki Okushi
2020-05-17 11:34:00 +09:00
parent ecc774450f
commit 923cb7bcd2
12 changed files with 30 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [unreleased]
* Minimum supported Rust version(MSRV) is now 1.40.0.
## [0.3.0-alpha.1] - 2020-03-14
* Update the `time` dependency to 0.2.7

View File

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