Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Nov 20, 2024
1 parent e86297c commit cf0a3aa
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.2"
version = "0.5.0"
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.2" }
waki-macros = { path = "waki-macros", version = "0.5.0" }

anyhow = "1.0.89"
serde = "1.0.210"

0 comments on commit cf0a3aa

Please sign in to comment.