We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86297c commit cf0a3aaCopy full SHA for cf0a3aa
1 file changed
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
exclude = ["examples"]
9
10
[workspace.package]
11
-version = "0.4.2"
+version = "0.5.0"
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.2" }
+waki-macros = { path = "waki-macros", version = "0.5.0" }
23
24
anyhow = "1.0.89"
25
serde = "1.0.210"
0 commit comments