Skip to content

Commit d43f071

Browse files
committed
chore: bump crates versions
- 'mithril-aggregator': from '0.4.57' to '0.4.58' - 'mithril-client': from '0.7.2' to '0.7.3' - 'mithril-client-cli': from '0.7.10' to '0.7.11' - 'mithril-common': from '0.3.30' to '0.3.31' - 'mithril-signer': from '0.2.123' to '0.2.124'.
1 parent c90bac1 commit d43f071

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.4.57"
3+
version = "0.4.58"
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.7.10"
3+
version = "0.7.11"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -76,7 +76,7 @@ full = ["fs"]
7676

7777
# Enable file system releated functionnality, right now that mean ony snapshot download
7878
fs = ["flate2", "flume", "tar", "tokio/rt", "zstd"]
79-
portable = [] # deprecated, will be removed soon
79+
portable = [] # deprecated, will be removed soon
8080
unstable = []
8181

8282
[package.metadata.docs.rs]

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.3.30"
3+
version = "0.3.31"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
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.123"
3+
version = "0.2.124"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)