Fix eth1_test_rig (#1014)

This commit is contained in:
Pawan Dhananjay
2020-04-17 14:20:10 +05:30
committed by GitHub
parent 640251e7bc
commit 84e634b129
2 changed files with 25 additions and 25 deletions

View File

@@ -27,4 +27,4 @@ dirs = "2.0"
genesis = { path = "../beacon_node/genesis" }
deposit_contract = { path = "../eth2/utils/deposit_contract" }
tree_hash = { path = "../eth2/utils/tree_hash" }
tokio = { version = "0.3", features = ["full"] }
tokio = { version = "0.2", features = ["full"] }