From ceec2213af5f50b98bd8000b808ef44141b233c0 Mon Sep 17 00:00:00 2001 From: mxsm Date: Tue, 6 Jan 2026 10:36:44 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#90]=F0=9F=94=96Bump=20version=20to=20?= =?UTF-8?q?1.0.0?= 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 f31560f..ccf0be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cheetah-string" -version = "0.1.9" +version = "1.0.0" authors = ["mxsm "] edition = "2021" homepage = "https://github.com/mxsm/cheetah-string"