Skip to content

Commit e4bc31e

Browse files
committed
Bump version to 0.6.0
1 parent 62ffbf6 commit e4bc31e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.5.0"
10+
version = "0.6.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.5.0" }
19+
wacker = { path = "wacker", version = "0.6.0" }
2020

2121
anyhow = "1.0.81"
2222
clap = { version = "4.5.4", features = ["derive"] }

0 commit comments

Comments
 (0)