Port timer to stable futures

This commit is contained in:
pawan
2020-04-20 19:53:10 +05:30
parent f999efb803
commit 1475302c44
2 changed files with 19 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
beacon_chain = { path = "../beacon_chain" }
types = { path = "../../eth2/types" }
slot_clock = { path = "../../eth2/utils/slot_clock" }
tokio = "0.1.22"
tokio = { version = "0.2", features = ["full"] }
slog = "2.5.2"
parking_lot = "0.10.0"
futures = "0.1.29"
futures = "0.3"