mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Make DispatchError impl MEL (#13169)
* Make DispatchError impl MEL * Upgrade SCALE codec to support `codec(skip)` for MEL Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -33,7 +33,7 @@ substrate-rpc-client = { path = "../../rpc/client" }
|
||||
clap = { version = "4.0.9", features = ["derive"] }
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = "3.0.0"
|
||||
parity-scale-codec = "3.2.2"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.11.2", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user