mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump parity-scale-codec to 3.6.1 (#14428)
This commit is contained in:
@@ -13,7 +13,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
@@ -19,7 +19,7 @@ sp-tracing = { version = "10.0.0", path = "../../tracing" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2" }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
|
||||
trybuild = "1.0.74"
|
||||
rustversion = "1.0.6"
|
||||
|
||||
Reference in New Issue
Block a user