Skip to content

Commit d17c7b6

Browse files
committed
chore: Release version v0.0.29
1 parent 88b2bce commit d17c7b6

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default-members = [
2121
resolver = "3"
2222

2323
[workspace.package]
24-
version = "0.0.28"
24+
version = "0.0.29"
2525
edition = "2024"
2626
authors = ["Yann Prono <yann.prono@maif.fr>"]
2727
readme = "README.md"
@@ -33,10 +33,10 @@ license = "Apache-2.0"
3333
rust-version = "1.85.0"
3434

3535
[workspace.dependencies]
36-
lib = { package = "yozefu-lib", path = "crates/lib", version = "0.0.28" }
37-
app = { package = "yozefu-app", path = "crates/app", version = "0.0.28" }
38-
command = { package = "yozefu-command", path = "crates/command", version = "0.0.28" }
39-
tui = { package = "yozefu-tui", path = "crates/tui", version = "0.0.28" }
36+
lib = { package = "yozefu-lib", path = "crates/lib", version = "0.0.29" }
37+
app = { package = "yozefu-app", path = "crates/app", version = "0.0.29" }
38+
command = { package = "yozefu-command", path = "crates/command", version = "0.0.29" }
39+
tui = { package = "yozefu-tui", path = "crates/tui", version = "0.0.29" }
4040
serde_json = { version = "1.0.149", features = ["preserve_order"] }
4141
serde = { version = "1.0.228", features = ["derive"] }
4242
strum = {version = "0.28.0" }

0 commit comments

Comments
 (0)