Skip to content

Commit

Permalink
Upgrade crates versions
Browse files Browse the repository at this point in the history
* Mithril-aggregator from `0.5.34` to `0.5.35`
* Mithril-signer from `0.2.157` to `0.2.158`
* Mithril-common from `0.4.25` to `0.4.26`
* Mithril-persistence from `0.2.14` to `0.2.15`
  • Loading branch information
Alenar committed Jul 4, 2024
1 parent edfc17d commit 7b1564b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion internal/mithril-persistence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-persistence"
version = "0.2.14"
version = "0.2.15"
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.5.34"
version = "0.5.35"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.4.25"
version = "0.4.26"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.157"
version = "0.2.158"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 7b1564b

Please sign in to comment.