Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed May 23, 2024
1 parent d92459f commit f7a1fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.8.0"
version = "0.9.0"
authors = ["Xinzhao Xu"]
edition = "2021"
categories = ["wasm"]
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/wacker-dev/wacker"
license = "Apache-2.0"

[workspace.dependencies]
wacker = { path = "wacker", version = "0.8.0" }
wacker = { path = "wacker", version = "0.9.0" }

anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit f7a1fa9

Please sign in to comment.