From e04e1eef1199a3f0b72cc8b6cf0332787089b61e Mon Sep 17 00:00:00 2001 From: mxsm Date: Mon, 11 Nov 2024 09:46:41 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#29]=F0=9F=94=96Update=20version=20to?= =?UTF-8?q?=200.1.2=F0=9F=94=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d54871..2489593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cheetah-string" -version = "0.1.1" +version = "0.1.2" authors = ["mxsm "] edition = "2021" homepage = "https://github.com/mxsm/cheetah-string"