Skip to content

Commit 8efaf9a

Browse files
committed
fix: add 'pallas_crypto' in dependencies
This avoids versions mismatch and error messages like: 'pallas_crypto::hash::Hash<32>' and 'pallas_crypto::hash::hash::Hash<32>' have similar names, but are actually distinct types perhaps two different versions of crate 'pallas_crypto' are being used.
1 parent a17f6a2 commit 8efaf9a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
4646
nom = "7.1.3"
4747
pallas-addresses = { version = "0.25.0", optional = true }
4848
pallas-codec = { version = "0.25.0", optional = true }
49+
pallas-crypto = { version = "0.25.0", optional = true }
4950
pallas-hardano = { version = "0.25.0", optional = true }
5051
pallas-network = { version = "0.25.0", optional = true }
5152
pallas-primitives = { version = "0.25.0", optional = true }
@@ -111,6 +112,7 @@ fs = [
111112
"tokio/process",
112113
"dep:pallas-addresses",
113114
"dep:pallas-codec",
115+
"dep:pallas-crypto",
114116
"dep:pallas-hardano",
115117
"dep:pallas-network",
116118
"dep:pallas-primitives",

0 commit comments

Comments
 (0)