summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-04 15:01:08 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-04 15:01:08 +0800
commit37592f1df3522c27ea514a89906f87498a946bc6 (patch)
treec77389cf1d7a529580b774a5bff27493a6311ee9 /Cargo.toml
parentf6655e6708f444f4ff8df3f25e17db80f410667b (diff)
Update version to 0.1.0-dev and improve version detection
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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