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:
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
clap = { version = "3.0", features = ["derive"] }
|
||||
log = "0.4.8"
|
||||
parity-scale-codec = { version = "2.3.1" }
|
||||
parity-scale-codec = "3.0.0"
|
||||
serde = "1.0.136"
|
||||
zstd = "0.9.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user