mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Release of Alpha.7 (#5904)
This commit is contained in:
committed by
GitHub
parent
ae3909eb53
commit
45886bd197
@@ -12,22 +12,22 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-api = { version = "2.0.0-dev", path = "../" }
|
||||
sp-api = { version = "2.0.0-alpha.7", path = "../" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
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" }
|
||||
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" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.7", 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-dev", path = "../../core" }
|
||||
sp-core = { version = "2.0.0-alpha.7", path = "../../core" }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user