Skip to content

Commit b790fc4

Browse files
committed
Bump version to 0.4.0
1 parent ee967ae commit b790fc4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"wacker",
5-
"wacker-daemon",
6-
"wacker-cli",
4+
"wacker",
5+
"wacker-daemon",
6+
"wacker-cli",
77
]
88

99
[workspace.package]
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
authors = ["Xinzhao Xu"]
1212
edition = "2021"
1313
categories = ["wasm"]
@@ -16,7 +16,7 @@ repository = "https://github.com/iawia002/wacker"
1616
license = "Apache-2.0"
1717

1818
[workspace.dependencies]
19-
wacker = { path = "wacker", version = "0.3.0" }
19+
wacker = { path = "wacker", version = "0.4.0" }
2020

2121
anyhow = "1.0.79"
2222
clap = { version = "4.5.1", features = ["derive"] }

0 commit comments

Comments
 (0)