Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Oct 31, 2024
1 parent 7fe3922 commit c03f8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
exclude = ["examples"]

[workspace.package]
version = "0.4.1"
version = "0.4.2"
authors = ["Xinzhao Xu"]
edition = "2021"
categories = ["wasm"]
Expand All @@ -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"

0 comments on commit c03f8ef

Please sign in to comment.