Skip to content

Commit

Permalink
chore: upgrade crate versions
Browse files Browse the repository at this point in the history
* mithril-persistence from `0.2.35` to `0.2.36`
* mithril-aggregator from `0.5.113` to `0.5.114`
* mithril-common from `0.4.88` to `0.4.89`
* mithril-signer from `0.2.115` to `0.2.116`
  • Loading branch information
dlachaume committed Nov 25, 2024
1 parent d99e184 commit 3c27439
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.35"
version = "0.2.36"
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.113"
version = "0.5.114"
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.88"
version = "0.4.89"
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.215"
version = "0.2.216"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 3c27439

Please sign in to comment.