From 9074db888b81794f8a563f08d28854fb45a4ea39 Mon Sep 17 00:00:00 2001 From: David McGillicuddy Date: Mon, 10 Jan 2022 16:26:36 +0000 Subject: [PATCH] revert readme and actix-tls changelog change to msrv --- README.md | 2 +- actix-tls/CHANGES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd76918b..a7cb8560 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See `actix-server/examples` and `actix-tls/examples` for some basic examples. ### MSRV -This repo's Minimum Supported Rust Version (MSRV) is 1.50.0. +This repo's Minimum Supported Rust Version (MSRV) is 1.46.0. ## License diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index a643d708..13bb37b2 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx -- Remove use of `str::split_once` to lower MSRV to 1.50.0 and update the README to correctly report that +- Remove use of `str::split_once` to lower MSRV of `actix-tls` to a de-facto 1.50.0 from 1.52.0 ## 3.0.0 - 2021-12-26 * No significant changes since `3.0.0-rc.2`.