Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit aaf39b9

Browse files
committed
chore: Release
1 parent bef8c89 commit aaf39b9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_repr = "0.1.20"
2525
tokio = { version = "1.44.2", features = ["fs", "rt", "macros"] }
2626

2727
# workspace-local
28-
zinnia_runtime = { version = "0.22.2", path = "./runtime" }
28+
zinnia_runtime = { version = "0.23.0", path = "./runtime" }
2929

3030
[profile.release]
3131
codegen-units = 1

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zinnia"
3-
version = "0.22.2"
3+
version = "0.23.0"
44
authors.workspace = true
55
default-run = "zinnia"
66
edition.workspace = true

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zinniad"
3-
version = "0.22.2"
3+
version = "0.23.0"
44
authors.workspace = true
55
default-run = "zinniad"
66
edition.workspace = true

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zinnia_runtime"
3-
version = "0.22.2"
3+
version = "0.23.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)