Skip to content

Commit c394607

Browse files
committed
chore: bump minor versions of crates
- 'mithril-aggregator' from '0.6.29' to '0.7.0' - 'mithril-client' from '0.10.11' to '0.11.0' - 'mithril-client-cli' from '0.10.12' to '0.11.0' - 'mithril-client-wasm' from '0.7.8' to '0.8.0' - 'mithril-common' from '0.4.114' to '0.5.0' - 'mithril-aggregator-fake' from '0.3.22' to '0.4.0'.
1 parent 527c358 commit c394607

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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.

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.6.30"
3+
version = "0.7.0"
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.10.12"
3+
version = "0.11.0"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/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-wasm"
3-
version = "0.7.8"
3+
version = "0.8.0"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.10.11"
3+
version = "0.11.0"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -50,13 +50,13 @@ uuid = { version = "1.13.1", features = ["v4"] }
5050
zstd = { version = "0.13.2", optional = true }
5151

5252
[target.'cfg(not(target_family = "wasm"))'.dependencies]
53-
mithril-common = { path = "../mithril-common", version = "=0.4", default-features = false, features = [
53+
mithril-common = { path = "../mithril-common", version = "=0.5", default-features = false, features = [
5454
"fs",
5555
] }
5656

5757
[target.'cfg(target_family = "wasm")'.dependencies]
5858
getrandom = { version = "0.2.15", features = ["js"] }
59-
mithril-common = { path = "../mithril-common", version = "=0.4", default-features = false }
59+
mithril-common = { path = "../mithril-common", version = "=0.5", default-features = false }
6060
reqwest = { version = "0.12.12", default-features = false, features = [
6161
"charset",
6262
"http2",
@@ -69,7 +69,7 @@ uuid = { version = "1.13.1", features = ["v4", "js"] }
6969
[dev-dependencies]
7070
httpmock = "0.7.0"
7171
indicatif = { version = "0.17.11", features = ["tokio"] }
72-
mithril-common = { path = "../mithril-common", version = "=0.4", default-features = false, features = [
72+
mithril-common = { path = "../mithril-common", version = "=0.5", default-features = false, features = [
7373
"test_tools",
7474
] }
7575
mockall = "0.13.1"

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

mithril-test-lab/mithril-aggregator-fake/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-fake"
3-
version = "0.3.22"
3+
version = "0.4.0"
44
description = "Mithril Fake Aggregator for client testing"
55
authors = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)