From ae5377fd6ee65af5af57f4f022facadad6c5e32c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 8 Mar 2022 21:12:46 +0000 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 100311a2..0e122cc4 100644 --- a/README.md +++ b/README.md @@ -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