From 48312c4f77123d08b61d812e07226c6fd8e55d61 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 2 Oct 2023 01:38:47 +0900 Subject: [PATCH] v0.2.1 (fixes #27, closes #22, closes #25, closes #26) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15674d3..c77c461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-textarea" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.56.1" authors = ["rhysd "] @@ -13,7 +13,7 @@ homepage = "https://github.com/rhysd/tui-textarea#readme" repository = "https://github.com/rhysd/tui-textarea" readme = "README.md" categories = ["text-editors", "text-processing"] -keywords = ["tui", "textarea", "editor", "input", "edit", "ratatui"] +keywords = ["tui", "textarea", "editor", "input", "ratatui"] include = [ "/src", "/examples",