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

update msrv to 1.60 (#482

* update msrv to 1.60

* inherit workspace msrv
This commit is contained in:
Rob Ede
2023-04-01 21:39:19 +01:00
committed by GitHub
parent 28f36e4e30
commit c0693da9ba
29 changed files with 110 additions and 193 deletions

View File

@ -13,7 +13,7 @@ See example folders for [`actix-server`](./actix-server/examples) and [`actix-tl
## MSRV
Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.59. As a policy, we permit MSRV increases in non-breaking releases.
Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.60. As a policy, we permit MSRV increases in non-breaking releases.
## License