Skip to content

Commit

Permalink
Fixate parity_scale_codec on 3.6.5 to fix error in udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware committed Dec 10, 2023
1 parent db636e5 commit 48df14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ derive_more = "0.99.17"
hex = "0.4.3"
indexmap = { version = "1.9.2", features = ["serde"] }
once_cell = "1.17.1"
# TODO: Remove the explicit version once the following issue is resolved: https://github.com/paritytech/parity-scale-codec/issues/520
parity-scale-codec = "=3.6.5"
parity-scale-codec-derive = "=3.6.5"
primitive-types = { version = "0.12.1", features = ["serde"] }
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = "1.0.81"
Expand Down

0 comments on commit 48df14d

Please sign in to comment.