mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +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
@@ -9,7 +9,6 @@ parking_lot = "0.7.1"
|
||||
lazy_static = "1.0"
|
||||
log = "0.4.6"
|
||||
slog = "^2"
|
||||
tokio = "0.1.7"
|
||||
hex-literal = "0.2"
|
||||
av_store = { package = "polkadot-availability-store", path = "../availability-store" }
|
||||
consensus = { package = "polkadot-validation", path = "../validation" }
|
||||
|
||||
Reference in New Issue
Block a user