Skip to content

Commit

Permalink
fix parity-scale-codec dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 26, 2024
1 parent df754c9 commit 7bc753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ tendermint-rpc = { version = "0.40.0", default-features = fals
tendermint-testgen = { version = "0.40.0", default-features = false }

# parity dependencies
parity-scale-codec = { version = "3.6.12", default-features = false, features = [ "derive" ] }
parity-scale-codec = { version = "~3.6.12", default-features = false, features = [ "derive" ] }
scale-info = { version = "2.11.3", default-features = false }

0 comments on commit 7bc753d

Please sign in to comment.