From 75e90896959ec6cb1bfc13248bbc639df9019a7c Mon Sep 17 00:00:00 2001 From: kyoto7250 <50972773+kyoto7250@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:52:57 +0900 Subject: [PATCH] release v0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a622132..f0830fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3192,7 +3192,7 @@ dependencies = [ [[package]] name = "zhobo" -version = "0.0.2" +version = "0.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d87dbc3..a9bdd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zhobo" -version = "0.0.2" +version = "0.1.0" authors = ["Kyoto7250 "] edition = "2021" license = "MIT"