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:
Gavin Wood
2023-01-19 13:47:47 -03:00
committed by GitHub
parent 9be655701a
commit 2d7fa18e73
180 changed files with 189 additions and 189 deletions
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
array-bytes = "4.1"
chrono = "0.4"
clap = { version = "4.0.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
codec = { package = "parity-scale-codec", version = "3.2.2" }
comfy-table = { version = "6.0.0", default-features = false }
handlebars = "4.2.2"
Inflector = "0.11.4"