mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 21:55:45 +00:00
Update scale codec to latest version to fix bug in future rustc version (#1491)
* Update scale codec to latest version to fix bug in future rustc version Companion of: https://github.com/paritytech/substrate/pull/6746 * 'Update substrate' Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -12,7 +12,7 @@ futures = "0.3.5"
|
||||
futures-timer = "3.0.2"
|
||||
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
log = "0.4.8"
|
||||
parity-scale-codec = "1.3.0"
|
||||
parity-scale-codec = "1.3.4"
|
||||
parking_lot = { version = "0.10.0", optional = true }
|
||||
pin-project = "0.4.22"
|
||||
polkadot-node-primitives = { path = "../primitives" }
|
||||
|
||||
Reference in New Issue
Block a user