From 1c32ed722773cfb1495cbd233fa9e5fd338513cb Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 22 Oct 2023 01:09:20 +0900 Subject: [PATCH] bump up version to v0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42b62e9..2cf7897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-textarea" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.56.1" authors = ["rhysd "]