From e31bd321efce4de21a48fa40278bd7e11f5d4c6c Mon Sep 17 00:00:00 2001 From: nickelc Date: Mon, 26 Oct 2020 09:46:15 +0100 Subject: [PATCH] readme: update the MSRV to 1.45 (#3048) --- README.md | 2 +- tokio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da9078c58..b5305991c 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ several other libraries, including: ## Supported Rust Versions -Tokio is built against the latest stable release. The minimum supported version is 1.39. +Tokio is built against the latest stable release. The minimum supported version is 1.45. The current Tokio version is not guaranteed to build on Rust versions earlier than the minimum supported version. diff --git a/tokio/README.md b/tokio/README.md index da9078c58..b5305991c 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -157,7 +157,7 @@ several other libraries, including: ## Supported Rust Versions -Tokio is built against the latest stable release. The minimum supported version is 1.39. +Tokio is built against the latest stable release. The minimum supported version is 1.45. The current Tokio version is not guaranteed to build on Rust versions earlier than the minimum supported version.