From 56e29611aba40d6ee12f488496c13ffbfe19090e Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Tue, 29 Nov 2022 22:12:49 +0400 Subject: [PATCH] Remove the reasoning behind MSRV --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd535bc3..09124e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ members = ["crates/*"] # The settings below will be applied to all crates in the workspace [workspace.package] # MSRV (minimal supported Rust version). -# `1.64` is the version that stabilized `IntoFuture`. rust-version = "1.64" edition = "2021"