Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Oct 28, 2024
1 parent c9d6f58 commit 07d17c7
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.0"
version = "0.4.1"
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.0" }
waki-macros = { path = "waki-macros", version = "0.4.1" }

anyhow = "1.0.89"
serde = "1.0.210"

0 comments on commit 07d17c7

Please sign in to comment.