Remove the reasoning behind MSRV

This commit is contained in:
Maybe Waffle 2022-11-29 22:12:49 +04:00
parent dfb22450fc
commit 56e29611ab

View file

@ -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"