Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Mar 21, 2024
1 parent ee967ae commit b790fc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[workspace]
resolver = "2"
members = [
"wacker",
"wacker-daemon",
"wacker-cli",
"wacker",
"wacker-daemon",
"wacker-cli",
]

[workspace.package]
version = "0.3.0"
version = "0.4.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.3.0" }
wacker = { path = "wacker", version = "0.4.0" }

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

0 comments on commit b790fc4

Please sign in to comment.