mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 00:01:03 +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
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-finality-grandpa = { version = "2.0.0", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
@@ -30,7 +30,7 @@ pallet-session = { version = "2.0.0", default-features = false, path = "../sessi
|
||||
|
||||
[dev-dependencies]
|
||||
frame-benchmarking = { version = "2.0.0", path = "../benchmarking" }
|
||||
grandpa = { package = "finality-grandpa", version = "0.12.3", features = ["derive-codec"] }
|
||||
grandpa = { package = "finality-grandpa", version = "0.13.0", features = ["derive-codec"] }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
Reference in New Issue
Block a user