Skip to content

Commit d8485ef

Browse files
committed
Bump version to 0.3.2
1 parent 70a5e40 commit d8485ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
exclude = ["examples"]
99

1010
[workspace.package]
11-
version = "0.3.1"
11+
version = "0.3.2"
1212
authors = ["Xinzhao Xu"]
1313
edition = "2021"
1414
categories = ["wasm"]
@@ -19,7 +19,7 @@ description = "HTTP client and server library for WASI"
1919
readme = "README.md"
2020

2121
[workspace.dependencies]
22-
waki-macros = { path = "waki-macros", version = "0.3.1" }
22+
waki-macros = { path = "waki-macros", version = "0.3.2" }
2323

2424
anyhow = "1.0.89"
2525
serde = "1.0.210"

0 commit comments

Comments
 (0)