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

chore: refresh GitHub repository setup (#23)

* chore: refresh GitHub repository setup

* chore: align CI with Rust 1.88 MSRV
Этот коммит содержится в:
srothgan
2026-06-30 20:47:43 +02:00
коммит произвёл GitHub
родитель 9c4db800ef
Коммит ebd3af05e1
21 изменённых файлов: 209 добавлений и 46 удалений

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

@@ -19,7 +19,7 @@ fn validate(textarea: &mut TextArea) -> bool {
Block::default()
.borders(Borders::ALL)
.border_style(Color::LightRed)
.title(format!("ERROR: {}", err)),
.title(format!("ERROR: {err}")),
);
false
} else {