Skip to content

Commit f852bee

Browse files
committed
fix: automatic Rust dependency update on pallas
'pallas-codec' '0.31' is not compatible with other pallas crates '0.30'.
1 parent efd09f2 commit f852bee

File tree

2 files changed

+9
-42
lines changed

2 files changed

+9
-42
lines changed

Cargo.lock

Lines changed: 8 additions & 41 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
5050
mithril-stm = { path = "../mithril-stm", version = "0.3", default-features = false }
5151
nom = "7.1.3"
5252
pallas-addresses = { version = "0.30.2", optional = true }
53-
pallas-codec = { version = "0.31.0", optional = true }
53+
pallas-codec = { version = "0.30.2", optional = true }
5454
pallas-hardano = { version = "0.30.2", optional = true }
5555
pallas-network = { version = "0.30.2", optional = true }
5656
pallas-primitives = { version = "0.30.2", optional = true }

0 commit comments

Comments
 (0)