mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +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:
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
futures = "0.3.16"
|
||||
jsonrpc-client-transports = { version = "18.0.0", features = ["http"] }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
serde = "1"
|
||||
frame-support = { version = "4.0.0-dev", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "5.0.0", path = "../../../../primitives/storage" }
|
||||
@@ -25,5 +25,5 @@ sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" }
|
||||
scale-info = "1.0"
|
||||
scale-info = "2.0.0"
|
||||
tokio = "1.15"
|
||||
|
||||
Reference in New Issue
Block a user