From 3a37d2f6ede02fdde9ddffbb996059d6b95f98e7 Mon Sep 17 00:00:00 2001 From: Valentin271 <36198422+Valentin271@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:20:30 +0200 Subject: [PATCH] docs(readme): use the correct version for MSRV (#369) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d07556f..ed674e71 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ you are interested in working on a PR or issue opened in the previous repository ## Rust version requirements -Since version 0.21.0, The Minimum Supported Rust Version (MSRV) of `ratatui` is 1.67.0. +Since version 0.23.0, The Minimum Supported Rust Version (MSRV) of `ratatui` is 1.67.0. ## Documentation