Skip to content

Commit 122e37b

Browse files
committed
chore: Release version v0.0.6
1 parent 936208c commit 122e37b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default-members = [
2222
resolver = "2"
2323

2424
[workspace.package]
25-
version = "0.0.5"
25+
version = "0.0.6"
2626
edition = "2021"
2727
authors = ["Yann Prono <[email protected]>"]
2828
readme = "README.md"
@@ -32,12 +32,12 @@ license = "Apache-2.0"
3232

3333

3434
[workspace.dependencies]
35-
lib = { package = "yozefu-lib", path = "crates/lib/", version = "0.0.5" }
36-
app = { package = "yozefu-app", path = "crates/app/", version = "0.0.5" }
37-
command = { package = "yozefu-command", path = "crates/command/", version = "0.0.5" }
38-
yozefu = { package = "yozefu", path = "crates/bin/", version = "0.0.5" }
39-
tui = { package = "yozefu-tui", path = "crates/tui/", version = "0.0.5" }
40-
wasm-types = { package = "wasm-types", path = "crates/wasm-types/", version = "0.0.5" }
35+
lib = { package = "yozefu-lib", path = "crates/lib/", version = "0.0.6" }
36+
app = { package = "yozefu-app", path = "crates/app/", version = "0.0.6" }
37+
command = { package = "yozefu-command", path = "crates/command/", version = "0.0.6" }
38+
yozefu = { package = "yozefu", path = "crates/bin/", version = "0.0.6" }
39+
tui = { package = "yozefu-tui", path = "crates/tui/", version = "0.0.6" }
40+
wasm-types = { package = "wasm-types", path = "crates/wasm-types/", version = "0.0.6" }
4141

4242
[profile.release]
4343
opt-level = 3

0 commit comments

Comments
 (0)