Skip to content

Commit

Permalink
Merge pull request #1661 from input-output-hk/ensemble/bump-minor-cra…
Browse files Browse the repository at this point in the history
…tes-version-after-breaking-change

Upgrade crates minor versions
  • Loading branch information
dlachaume authored Apr 30, 2024
2 parents dd881df + 2ec34ad commit 512fe8d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.4.66"
version = "0.5.0"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-cli"
version = "0.7.12"
version = "0.8.0"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.2.6"
version = "0.3.0"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.7.4"
version = "0.8.0"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -44,19 +44,19 @@ uuid = { version = "1.7.0", features = ["v4"] }
zstd = { version = "0.13.0", optional = true }

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

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

[dev-dependencies]
httpmock = "0.7.0"
indicatif = { version = "0.17.7", features = ["tokio"] }
mithril-common = { path = "../mithril-common", version = "=0.3", features = [
mithril-common = { path = "../mithril-common", version = "=0.4", features = [
"random",
"test_tools",
] }
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.3.36"
version = "0.4.0"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 512fe8d

Please sign in to comment.