We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe3922 commit c03f8efCopy full SHA for c03f8ef
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
exclude = ["examples"]
9
10
[workspace.package]
11
-version = "0.4.1"
+version = "0.4.2"
12
authors = ["Xinzhao Xu"]
13
edition = "2021"
14
categories = ["wasm"]
@@ -19,7 +19,7 @@ description = "HTTP client and server library for WASI"
19
readme = "README.md"
20
21
[workspace.dependencies]
22
-waki-macros = { path = "waki-macros", version = "0.4.1" }
+waki-macros = { path = "waki-macros", version = "0.4.2" }
23
24
anyhow = "1.0.89"
25
serde = "1.0.210"
0 commit comments