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

Commit c5a2faf

Browse files
committed
chore: Release
1 parent 65b659e commit c5a2faf

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
@@ -20,8 +20,8 @@ pretty_assertions = "1.3.0"
2020
deno_core = "0.171.0"
2121

2222
# workspace-local
23-
zinnia_runtime = { version = "0.0.3", path = "./runtime" }
24-
zinnia_libp2p = { version = "0.0.3", path = "./ext/libp2p" }
23+
zinnia_runtime = { version = "0.1.0", path = "./runtime" }
24+
zinnia_libp2p = { version = "0.1.0", path = "./ext/libp2p" }
2525

2626
[profile.release]
2727
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.0.3"
3+
version = "0.1.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.0.3"
3+
version = "0.1.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.0.3"
3+
version = "0.1.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)