Skip to content

Commit 512fe8d

Browse files
authored
Merge pull request #1661 from input-output-hk/ensemble/bump-minor-crates-version-after-breaking-change
Upgrade crates minor versions
2 parents dd881df + 2ec34ad commit 512fe8d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.66"
3+
version = "0.5.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.7.12"
3+
version = "0.8.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.2.6"
3+
version = "0.3.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.7.4"
3+
version = "0.8.0"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -44,19 +44,19 @@ uuid = { version = "1.7.0", features = ["v4"] }
4444
zstd = { version = "0.13.0", optional = true }
4545

4646
[target.'cfg(not(target_family = "wasm"))'.dependencies]
47-
mithril-common = { path = "../mithril-common", version = "=0.3", features = [
47+
mithril-common = { path = "../mithril-common", version = "=0.4", features = [
4848
"fs",
4949
] }
5050

5151
[target.'cfg(target_family = "wasm")'.dependencies]
5252
getrandom = { version = "0.2.12", features = ["js"] }
53-
mithril-common = { path = "../mithril-common", version = "=0.3" }
53+
mithril-common = { path = "../mithril-common", version = "=0.4" }
5454
reqwest = { version = "0.12.0", features = ["json", "stream"] }
5555

5656
[dev-dependencies]
5757
httpmock = "0.7.0"
5858
indicatif = { version = "0.17.7", features = ["tokio"] }
59-
mithril-common = { path = "../mithril-common", version = "=0.3", features = [
59+
mithril-common = { path = "../mithril-common", version = "=0.4", features = [
6060
"random",
6161
"test_tools",
6262
] }

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

0 commit comments

Comments
 (0)