mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 13:05:41 +00:00
Upgrading parity-scale-codec to v3 (#10825)
* Upgraded dependencies * Adapting code to scale v3 * Empty commit to trigger CI * Triggering CI * Fixing UI test * Remove superfluous dev-dep added by #9228 * Cryout for CI
This commit is contained in:
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
log = "0.4.11"
|
||||
lru = "0.7.0"
|
||||
parking_lot = "0.11.2"
|
||||
parking_lot = "0.12.0"
|
||||
thiserror = "1.0.30"
|
||||
futures = "0.3.9"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
|
||||
sp-runtime = { version = "5.0.0", path = "../runtime" }
|
||||
sp-state-machine = { version = "0.11.0", path = "../state-machine" }
|
||||
|
||||
Reference in New Issue
Block a user