From 5960a3ba6bb041e678d4c9e9fb0a0a8e50ae0257 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 17 Jun 2026 01:12:14 +0800 Subject: Bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 427051d..3c750e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "shakehand" -version = "0.1.0" +version = "0.1.1" dependencies = [ "just_fmt", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 026a106..818457e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["shakehand", "shakehand-test"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" repository = "https://github.com/catilgrass/shakehand" homepage = "https://github.com/catilgrass/shakehand" -- cgit