From 52e063290fc115df4c9e1aab0434fb392cd71d64 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 04:04:26 +0800 Subject: chore: bump version to 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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" -- cgit