From bd9bda0504425955592cb7bf74aceff30616ad47 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 2 Mar 2022 16:42:53 +0000 Subject: [PATCH] fix readme msrv notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 639d6344..100311a2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ See example folders for [`actix-server`](./actix-server/examples) and [`actix-tl ### MSRV -Most crates in this repo's have a Minimum Supported Rust Version (MSRV) of 1.46.0. Only `actix-tls` -and `actix-server` have MSRV of 1.52.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. ## License