mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
No need for specific branch
This commit is contained in:
@@ -8,15 +8,15 @@ error-chain = "0.12"
|
||||
polkadot-executor = { path = "../executor" }
|
||||
polkadot-runtime = { path = "../runtime" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-executor = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-state-machine = { git = "https://github.com/paritytech/substrate" }
|
||||
log = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-keyring = { git = "https://github.com/paritytech/substrate" }
|
||||
|
||||
Reference in New Issue
Block a user