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

bump msrv to 1.52.1

This commit is contained in:
Rob Ede
2021-10-19 01:59:28 +01:00
parent efdf3ab1c3
commit ad22cc4e7f
22 changed files with 28 additions and 21 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2021-xx-xx
* Improve error recovery potential when macro input is invalid. [#2410]
* Minimum supported Rust version (MSRV) is now 1.52.
[#2410]: https://github.com/actix/actix-web/pull/2410