1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

bump msrv to 1.52.1

This commit is contained in:
Rob Ede
2021-10-19 01:48:41 +01:00
parent d0f2075ce9
commit 627fe96be0
14 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.
* Impl `Clone` for `CookieSession`. [#201]
[#201]: https://github.com/actix/actix-extras/pull/201