We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a5e40 commit d8485efCopy full SHA for d8485ef
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
exclude = ["examples"]
9
10
[workspace.package]
11
-version = "0.3.1"
+version = "0.3.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.3.1" }
+waki-macros = { path = "waki-macros", version = "0.3.2" }
23
24
anyhow = "1.0.89"
25
serde = "1.0.210"
0 commit comments