mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Update parity-scale codec minor version (#2951)
* update parity-scale codec minor version * update to 3.5.3 * update locks * increase impl version * Update to 3.5.4 * Update WASM lockfiles
This commit is contained in:
committed by
Bastian Köcher
parent
183931a8a2
commit
8b89c7ae62
@@ -9,7 +9,7 @@ cli = { package = "substrate-cli", path = "../../core/cli" }
|
||||
client = { package = "substrate-client", path = "../../core/client" }
|
||||
consensus_common = { package = "substrate-consensus-common", path = "../../core/consensus/common" }
|
||||
log = "0.4"
|
||||
parity-codec = { version = "3.3", default-features = false, features = ["derive"] }
|
||||
parity-codec = { version = "3.5.4", default-features = false, features = ["derive"] }
|
||||
primitives = { package = "substrate-primitives", path = "../../core/primitives", default-features = false }
|
||||
sr_primitives = { package = "sr-primitives", path = "../../core/sr-primitives", default-features = false }
|
||||
substrate-service = { path = "../../core/service" }
|
||||
|
||||
Reference in New Issue
Block a user