Port beacon_chain to stable futures

This commit is contained in:
pawan
2020-03-01 02:06:38 +05:30
committed by Age Manning
parent d778e7346e
commit decd29adfb
2 changed files with 3 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ types = { path = "../../eth2/types" }
tokio = "0.1.22"
eth1 = { path = "../eth1" }
websocket_server = { path = "../websocket_server" }
futures = "0.1.25"
futures = "0.3"
genesis = { path = "../genesis" }
integer-sqrt = "0.1"
rand = "0.7.2"