Skip to content

Commit 7a9fd89

Browse files
committed
chore: upgrade crate versions
* mithril-aggregator from `0.8.20` to `0.8.21` * mithril-client-cli from `0.12.38` to `0.12.39` * mithril-relay from `0.2.1` to `0.2.2` * mithril-signer from `0.3.13` to `0.3.14` * mithril-test-lab/mithril-devnet/VERSION from `0.4.22` to `0.4.23`
1 parent 2b3ec4b commit 7a9fd89

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

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

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.8.20"
3+
version = "0.8.21"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/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-client-cli"
3-
version = "0.12.38"
3+
version = "0.12.39"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

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.2.1"
3+
version = "0.2.2"
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.3.13"
3+
version = "0.3.14"
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.22
1+
0.4.23
22

0 commit comments

Comments
 (0)