From 798869424226a602ee93e7292c4a6072466dcc46 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 28 Jan 2022 22:15:16 +0000 Subject: [PATCH] update msrv info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7cb8560..94b58958 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ See `actix-server/examples` and `actix-tls/examples` for some basic examples. ### MSRV -This repo's Minimum Supported Rust Version (MSRV) is 1.46.0. +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. ## License