Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed May 13, 2024
1 parent d7b12ce commit b9653ee
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ serde_repr = "0.1.19"
tokio = { version = "1.37.0", features = ["fs", "rt", "macros"] }

# workspace-local
zinnia_runtime = { version = "0.19.0", path = "./runtime" }
zinnia_libp2p = { version = "0.19.0", path = "./ext/libp2p" }
zinnia_runtime = { version = "0.19.1", path = "./runtime" }
zinnia_libp2p = { version = "0.19.1", path = "./ext/libp2p" }

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zinnia"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
default-run = "zinnia"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zinniad"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
default-run = "zinniad"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/libp2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zinnia_libp2p"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zinnia_runtime"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit b9653ee

Please sign in to comment.