Skip to content

Commit 2c9cd08

Browse files
committed
chore: upgrade crate versions
* mithril-dmq from `0.1.12` to `0.1.13` * mithril-aggregator from `0.7.89` to `0.7.90` * mithril-common from `0.6.24` to `0.6.25` * mithril-relay from `0.1.52` to `0.1.53` * mithril-signer from `0.2.272` to `0.2.273` * mithril-end-to-end from `0.4.106` to `0.4.107` * mithril-infra/assets/infra.version from `0.4.12` to `0.4.13` * mithril-test-lab/mithril-devnet/VERSION from `0.4.15` to `0.4.16`
1 parent d91390d commit 2c9cd08

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-dmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mithril-dmq"
33
description = "Mechanisms to publish and consume messages of a 'Decentralized Message Queue network' through a DMQ node"
4-
version = "0.1.12"
4+
version = "0.1.13"
55
authors.workspace = true
66
documentation.workspace = true
77
edition.workspace = true

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.7.89"
3+
version = "0.7.90"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

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

mithril-infra/assets/infra.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.4.12
1+
0.4.13
22

mithril-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-relay"
3-
version = "0.1.52"
3+
version = "0.1.53"
44
description = "A Mithril relay"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.272"
3+
version = "0.2.273"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.4.15
1+
0.4.16
22

mithril-test-lab/mithril-end-to-end/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.4.106"
3+
version = "0.4.107"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)