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

note higher Rust version is required due to ratatui features

Этот коммит содержится в:
rhysd
2023-10-01 23:30:23 +09:00
родитель d1ce01cb9a
Коммит 01d49b5d0b

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

@@ -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