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