Skip to content

Commit e5b3afe

Browse files
committed
chore: bump minimum version in constraint for 'mithril-common'
1 parent e070cee commit e5b3afe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/cardano-node/mithril-cardano-node-internal-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = { workspace = true }
1818
async-trait = { workspace = true }
1919
digest = { workspace = true }
2020
hex = { workspace = true }
21-
mithril-common = { path = "../../../mithril-common", version = ">=0.5" }
21+
mithril-common = { path = "../../../mithril-common", version = ">=0.6" }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }
2424
sha2 = "0.10.9"

internal/mithril-aggregator-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
1616
[dependencies]
1717
anyhow = { workspace = true }
1818
async-trait = { workspace = true }
19-
mithril-common = { path = "../../mithril-common", version = ">=0.5" }
19+
mithril-common = { path = "../../mithril-common", version = ">=0.6" }
2020
reqwest = { workspace = true }
2121
semver = { workspace = true }
2222
serde = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ chrono = { workspace = true }
5858
flate2 = { version = "1.1.4", optional = true }
5959
flume = { version = "0.11.1", optional = true }
6060
futures = "0.3.31"
61-
mithril-common = { path = "../mithril-common", version = ">=0.5", default-features = false }
61+
mithril-common = { path = "../mithril-common", version = ">=0.6", default-features = false }
6262
reqwest = { workspace = true, default-features = false, features = [
6363
"charset",
6464
"http2",

0 commit comments

Comments
 (0)