mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Remove tokio dependency from networking and service (#351)
* Remove tokio dependency from networking * Also remove tokio from service * Finally fix tests
This commit is contained in:
committed by
Bastian Köcher
parent
56845f74b5
commit
14cf3142d3
@@ -16,7 +16,6 @@ substrate-network = { git = "https://github.com/paritytech/substrate", branch =
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||
sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||
futures = "0.1"
|
||||
tokio = "0.1.7"
|
||||
log = "0.4"
|
||||
exit-future = "0.1.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user