From 9c2e6024ea9d3a237b310385743e7a5e65152fd1 Mon Sep 17 00:00:00 2001 From: ramiroaisen <52116153+ramiroaisen@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:18:56 -0300 Subject: [PATCH] fix: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34075a429..7b5b8e844 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ This uses the Windows AFD system to access socket readiness events. The MSRV (Minimum Supported Rust Version) is fixed for a given minor (1.x) version. However it can be increased when bumping minor versions, i.e. going from 1.0 to 1.1 allows us to increase the MSRV. Users unable to increase their -Rust version can an older minor version instead. Below is a list of Mio versions +Rust version can use an older minor version instead. Below is a list of Mio versions and their MSRV: * v0.8: Rust 1.46.