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

Commit 01b2237

Browse files
committed
chore: Release
1 parent 4f855cf commit 01b2237

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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
@@ -22,8 +22,8 @@ env_logger = "0.10.0"
2222
tokio = { version = "1.24.1", features = ["fs", "rt", "macros"] }
2323

2424
# workspace-local
25-
zinnia_runtime = { version = "0.1.0", path = "./runtime" }
26-
zinnia_libp2p = { version = "0.1.0", path = "./ext/libp2p" }
25+
zinnia_runtime = { version = "0.2.0", path = "./runtime" }
26+
zinnia_libp2p = { version = "0.2.0", path = "./ext/libp2p" }
2727

2828
[profile.release]
2929
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.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
default-run = "zinnia"
66
edition.workspace = true

ext/libp2p/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_libp2p"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.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.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)