mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 11:41:02 +00:00
Update parity-scale-codec to 2.0 (#7994)
* update cargo.toml * use 2.0 in mmmr
This commit is contained in:
committed by
GitHub
parent
bea4a6524d
commit
f48296e9ad
@@ -61,7 +61,7 @@ sc-light = { version = "2.0.0", path = "../light" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
sc-client-db = { version = "0.8.0", default-features = false, path = "../db" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
sc-executor = { version = "0.8.0", path = "../executor" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
@@ -77,7 +77,7 @@ sc-tracing = { version = "2.0.0", path = "../tracing" }
|
||||
sp-tracing = { version = "2.0.0", path = "../../primitives/tracing" }
|
||||
tracing = "0.1.22"
|
||||
tracing-futures = { version = "0.2.4" }
|
||||
parity-util-mem = { version = "0.8.0", default-features = false, features = ["primitive-types"] }
|
||||
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -40,5 +40,5 @@ sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sc-block-builder = { version = "0.8.0", path = "../../block-builder" }
|
||||
sc-executor = { version = "0.8.0", path = "../../executor" }
|
||||
sp-panic-handler = { version = "2.0.0", path = "../../../primitives/panic-handler" }
|
||||
parity-scale-codec = "1.3.6"
|
||||
parity-scale-codec = "2.0.0"
|
||||
sp-tracing = { version = "2.0.0", path = "../../../primitives/tracing" }
|
||||
|
||||
Reference in New Issue
Block a user