Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Dec 20, 2023
1 parent 9abb526 commit 9ace603
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.0"
version = "0.2.1"
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.0" }
wacker = { path = "wacker", version = "0.2.1" }

anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
Expand Down

0 comments on commit 9ace603

Please sign in to comment.