From 479b060624bf724abedb2a7b8ebd2ccbfbe31e6d Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 19 Jul 2022 11:17:57 +0900 Subject: [PATCH] set MSRV to 1.56.1 depending on tui v0.18.0 --- Cargo.toml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 26b3941..4ff6ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "tui-textarea" version = "0.1.5" edition = "2021" +rust-version = "1.56.1" authors = ["rhysd "] description = """ tui-textarea is a simple yet powerful text editor widget for tui-rs. Multi-line diff --git a/README.md b/README.md index 5d49d12..357fd1a 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,10 @@ loop { See [`split` example](./examples/split.rs) and [`editor` example](./examples/editor.rs) for working example. +## Minimum Supported Rust Version + +MSRV of this crate is depending on `tui` crate. Currently MSRV is 1.56.1. + ## Versioning This crate is not reaching v1.0.0 yet. There is no plan to bump the major version for now. Current versioning policy is