From 37592f1df3522c27ea514a89906f87498a946bc6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 4 Nov 2025 15:01:08 +0800 Subject: Update version to 0.1.0-dev and improve version detection --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 464b311..f579da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" members = ["crates/build_helper"] [workspace.package] -version = "0.1.0" +version = "0.1.0-dev" [profile.dev] opt-level = 0 -- cgit