Remove AwaitCanceled (#1375)

This commit is contained in:
Pierre Krieger
2020-07-09 13:25:39 +02:00
committed by GitHub
parent 151d73af5b
commit 8696788747
2 changed files with 3 additions and 25 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.4"
futures = "0.3.5"
log = "0.4.8"
exit-future = "0.2.0"
futures-timer = "2.0"