mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Fix up polkadot runtime
This commit is contained in:
@@ -6,13 +6,13 @@ description = "Collator node implementation"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.17"
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", version = "0.1" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", version = "0.1" }
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
polkadot-api = { path = "../api" }
|
||||
polkadot-runtime = { path = "../runtime", version = "0.1" }
|
||||
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
||||
polkadot-cli = { path = "../cli" }
|
||||
log = "0.4"
|
||||
ed25519 = { git = "https://github.com/paritytech/substrate" }
|
||||
ed25519 = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
tokio = "0.1.7"
|
||||
|
||||
Reference in New Issue
Block a user