1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +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

@ -2,7 +2,7 @@
## Unreleased - 2021-xx-xx
* Make `Cors` middleware generic over body type [#195]
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.
[#195]: https://github.com/actix/actix-extras/pull/195

View File

@ -11,4 +11,4 @@
- [API Documentation](https://docs.rs/actix-cors)
- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52