From 5982bb8af1861d82edef80d305c5126f32bf34db Mon Sep 17 00:00:00 2001 From: Xinzhao Xu Date: Mon, 21 Oct 2024 16:38:44 +0800 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c27e228..e0bc271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ exclude = ["examples"] [workspace.package] -version = "0.3.2" +version = "0.4.0" authors = ["Xinzhao Xu"] edition = "2021" categories = ["wasm"] @@ -19,7 +19,7 @@ description = "HTTP client and server library for WASI" readme = "README.md" [workspace.dependencies] -waki-macros = { path = "waki-macros", version = "0.3.2" } +waki-macros = { path = "waki-macros", version = "0.4.0" } anyhow = "1.0.89" serde = "1.0.210"