From 01d49b5d0b5792cf93c000f09cef444239bf0dbd Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 1 Oct 2023 23:30:23 +0900 Subject: [PATCH] note higher Rust version is required due to ratatui features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d36d9..3294d4d 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ See [`split` example](./examples/split.rs) and [`editor` example](./examples/edi ## Minimum Supported Rust Version -MSRV of this crate is depending on `tui` crate. Currently MSRV is 1.56.1. +MSRV of this crate is depending on `tui` crate. Currently MSRV is 1.56.1. Note that `ratatui` crate requires more recent Rust version. ## Versioning