mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +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:
@@ -19,9 +19,9 @@ sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
sp-tracing = { version = "4.0.0", default-features = false, path = "../tracing" }
|
||||
sp-runtime-interface-proc-macro = { version = "4.0.0", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.11.0", optional = true, path = "../externalities" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
|
||||
static_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.10.1", default-features = false }
|
||||
primitive-types = { version = "0.11.1", default-features = false }
|
||||
sp-storage = { version = "5.0.0", default-features = false, path = "../storage" }
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user