From 07d17c7fcd9c97162776bd91ee2c160809b5e299 Mon Sep 17 00:00:00 2001 From: Xinzhao Xu Date: Mon, 28 Oct 2024 10:21:56 +0800 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0bc271..1d96fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ exclude = ["examples"] [workspace.package] -version = "0.4.0" +version = "0.4.1" 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.4.0" } +waki-macros = { path = "waki-macros", version = "0.4.1" } anyhow = "1.0.89" serde = "1.0.210"