Skip to content

Commit cbb3869

Browse files
committed
chore: Release version v0.0.28
1 parent bbb2043 commit cbb3869

6 files changed

Lines changed: 253 additions & 218 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 38 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.27"
24+
version = "0.0.28"
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.27" }
37-
app = { package = "yozefu-app", path = "crates/app", version = "0.0.27" }
38-
command = { package = "yozefu-command", path = "crates/command", version = "0.0.27" }
39-
tui = { package = "yozefu-tui", path = "crates/tui", version = "0.0.27" }
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" }
4040
serde_json = { version = "1.0.149", features = ["preserve_order"] }
4141
serde = { version = "1.0.228", features = ["derive"] }
4242
strum = {version = "0.28.0" }

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = { version = "0.13.2", features = ["json"] }
2828
byteorder = "1.5.0"
2929

3030
[dev-dependencies]
31-
insta = { version = "1.47.1", features = ["filters", "glob", "json"] }
31+
insta = { version = "1.47.2", features = ["filters", "glob", "json"] }
3232
tokio = { version = "1.50.0", features = ["rt", "macros", "rt-multi-thread"] }
3333
schemars = { workspace = true, features = ["indexmap2", "url2", "chrono04"]}
3434
proptest = "1.11.0"

crates/tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ gssapi-vendored = ["rdkafka/gssapi-vendored"]
5353

5454
[dev-dependencies]
5555
indexmap = "2.13.0"
56-
insta = { version = "1.47.1", features = ["filters"] }
56+
insta = { version = "1.47.2", features = ["filters"] }
5757
tempfile = "3.27.0"

0 commit comments

Comments
 (0)