aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 04:04:26 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 04:04:26 +0800
commit52e063290fc115df4c9e1aab0434fb392cd71d64 (patch)
tree7a685e4056fead96d41d0237d269c37db2e0c57f
parentf87d151447ba1c983877577090ea9058151f909d (diff)
chore: bump version to 0.1.3HEAD0.1.3master
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d434c3..18fca09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "shakehand"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"just_fmt",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index b7f4965..103391c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["shakehand", "shakehand-test"]
resolver = "2"
[workspace.package]
-version = "0.1.2"
+version = "0.1.3"
edition = "2024"
repository = "https://github.com/catilgrass/shakehand"
homepage = "https://github.com/catilgrass/shakehand"