From 75dca5ae7fabe6b7073558a8fc6793ee5caa7057 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 6 Feb 2022 17:46:20 +0900 Subject: [PATCH] Fix MSRV in futures-task readme --- futures-task/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-task/README.md b/futures-task/README.md index 79f12da887..8ceeba9d57 100644 --- a/futures-task/README.md +++ b/futures-task/README.md @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`: futures-task = "0.3" ``` -The current `futures-task` requires Rust 1.36 or later. +The current `futures-task` requires Rust 1.45 or later. ## License