From 0d6d07ff13ba3bd2cd62483e37bb91b247b4baa0 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sun, 12 Apr 2026 18:01:58 +0800 Subject: [PATCH] chore(release): bump workspace version to 0.1.24 - Update workspace package version from 0.1.23 to 0.1.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb8bf16e..61229adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.23" +version = "0.1.24" edition = "2024" authors = ["zTgx "] license = "Apache-2.0"