1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-07 07:55:50 +03:00

set MSRV to 1.56.1 depending on tui v0.18.0

Этот коммит содержится в:
rhysd
2022-07-19 11:17:57 +09:00
родитель cd14cc10d6
Коммит 479b060624
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@@ -2,6 +2,7 @@
name = "tui-textarea" name = "tui-textarea"
version = "0.1.5" version = "0.1.5"
edition = "2021" edition = "2021"
rust-version = "1.56.1"
authors = ["rhysd <lin90162@yahoo.co.jp>"] authors = ["rhysd <lin90162@yahoo.co.jp>"]
description = """ description = """
tui-textarea is a simple yet powerful text editor widget for tui-rs. Multi-line tui-textarea is a simple yet powerful text editor widget for tui-rs. Multi-line

Просмотреть файл

@@ -601,6 +601,10 @@ loop {
See [`split` example](./examples/split.rs) and [`editor` example](./examples/editor.rs) for working example. 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 ## 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 This crate is not reaching v1.0.0 yet. There is no plan to bump the major version for now. Current versioning policy is