Substrate Companion #9575 (#3695)

* Upgrade to tokio 1.10

* update Substrate

* Fmt

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-08-24 17:25:32 +02:00
committed by GitHub
parent 489a8e6da1
commit ec86d1d119
8 changed files with 210 additions and 266 deletions
@@ -45,4 +45,4 @@ substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.10", features = ["macros"] }