mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 11:41:04 +00:00
post release dev reset (#5911)
This commit is contained in:
committed by
GitHub
parent
7f84e44846
commit
3860999ea3
@@ -12,22 +12,22 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-api = { version = "2.0.0-alpha.7", path = "../" }
|
||||
sp-api = { version = "2.0.0-dev", path = "../" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
sp-version = { version = "2.0.0-alpha.7", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0-alpha.7", path = "../../runtime" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.7", path = "../../blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.7", path = "../../../primitives/consensus/common" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.7", path = "../../../client/block-builder" }
|
||||
sp-version = { version = "2.0.0-dev", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
|
||||
sp-blockchain = { version = "2.0.0-dev", path = "../../blockchain" }
|
||||
sp-consensus = { version = "0.8.0-dev", path = "../../../primitives/consensus/common" }
|
||||
sc-block-builder = { version = "0.8.0-dev", path = "../../../client/block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.7", path = "../../../primitives/state-machine" }
|
||||
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
|
||||
trybuild = "1.0.17"
|
||||
rustversion = "1.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.0"
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
sp-core = { version = "2.0.0-alpha.7", path = "../../core" }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../core" }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user