1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

update readme

This commit is contained in:
Rob Ede 2022-03-08 21:12:46 +00:00
parent bd9bda0504
commit ae5377fd6e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -11,10 +11,9 @@
See example folders for [`actix-server`](./actix-server/examples) and [`actix-tls`](./actix-tls/examples).
### MSRV
## MSRV
Most crates in this repo's have a Minimum Supported Rust Version (MSRV) of 1.49.0. Only `actix-tls`
and `actix-server` have MSRV of 1.54.0.
Most crates in this repo's have a Minimum Supported Rust Version (MSRV) of 1.49.0. Only `actix-tls` and `actix-server` have MSRV of 1.54.0. As a policy, we permit MSRV increases in non-breaking releases.
## License