mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
post release dev reset (#5911)
This commit is contained in:
committed by
GitHub
parent
7f84e44846
commit
3860999ea3
@@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../client" }
|
||||
parking_lot = "0.10.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.7", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.7", path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.7", path = "../../../primitives/transaction-pool" }
|
||||
sc-transaction-graph = { version = "2.0.0-alpha.7", path = "../../../client/transaction-pool/graph" }
|
||||
sp-blockchain = { version = "2.0.0-dev", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../primitives/transaction-pool" }
|
||||
sc-transaction-graph = { version = "2.0.0-dev", path = "../../../client/transaction-pool/graph" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
derive_more = "0.99.2"
|
||||
|
||||
Reference in New Issue
Block a user