From f6332577c098846270243cb4eac09300c3459c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Fri, 11 Oct 2024 00:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- yuuka/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6b8556..cea58d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "yuuka" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "yuuka-macros" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a2f634e..80da3de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ panic = "abort" [workspace.package] authors = ["langyo "] -version = "0.3.1" +version = "0.3.2" edition = "2021" [workspace.dependencies] diff --git a/yuuka/Cargo.toml b/yuuka/Cargo.toml index 973af5e..8088439 100644 --- a/yuuka/Cargo.toml +++ b/yuuka/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/celestia-island/yuuka" crate-type = ["cdylib", "rlib"] [dependencies] -_macros = { path = "../yuuka-macros", package = "yuuka-macros", version = "0.3.1" } +_macros = { path = "../yuuka-macros", package = "yuuka-macros", version = "0.3.2" } anyhow = { workspace = true } async-trait = { workspace = true }