Skip to content

Commit f399f24

Browse files
committed
chore: upgrade crate versions
* mithril-metric from `0.1.2` to `0.1.3` * mithril-persistence from `0.2.37` to `0.2.38` * mithril-aggregator from `0.5.115` to `0.5.116` * mithril-common from `0.4.89` to `0.4.90` * mithril-relay from `0.1.27` to `0.1.28` * mithril-signer from `0.2.216` to `0.2.217`
1 parent 5d636ea commit f399f24

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-metric/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-metric"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Common tools to expose metrics."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-persistence/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-persistence"
3-
version = "0.2.37"
3+
version = "0.2.38"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.115"
3+
version = "0.5.116"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.4.89"
3+
version = "0.4.90"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-relay"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = "A Mithril relay"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.216"
3+
version = "0.2.217"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)