Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Feb 2, 2024
1 parent 0b37e5a commit fb4c99e
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.2.1"
version = "0.3.0"
authors = ["Xinzhao Xu"]
edition = "2021"
categories = ["wasm"]
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/iawia002/wacker"
license = "Apache-2.0"

[workspace.dependencies]
wacker = { path = "wacker", version = "0.2.1" }
wacker = { path = "wacker", version = "0.3.0" }

anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }
Expand Down

0 comments on commit fb4c99e

Please sign in to comment.