Bump codec version 3.0.0 -> 3.1.5 + unify parity-scale-codec vs codec (#1552)

This commit is contained in:
Branislav Kontur
2022-08-19 11:31:30 +02:00
committed by Bastian Köcher
parent 682fafdf56
commit 7ad5b0fe56
30 changed files with 38 additions and 50 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ bp-polkadot-core = { path = "../../primitives/polkadot-core" }
relay-substrate-client = { path = "../client-substrate" }
[dev-dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
codec = { package = "parity-scale-codec", version = "3.1.5" }
relay-substrate-client = { path = "../client-substrate", features = ["test-helpers"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }