fix compilation issue using beaconfuzz/eth2fuzz (#1218)

This commit is contained in:
Patrick Ventuzelo 2020-05-28 15:18:25 +02:00 committed by GitHub
parent 5879f84d17
commit 812809913d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ eth2_ssz = "0.1.2"
eth2_ssz_derive = "0.1.0"
slog = { version = "2.5.2", features = ["max_level_trace"] }
version = { path = "../version" }
tokio = { version = "0.2.21", features = ["time"] }
tokio = { version = "0.2.21", features = ["time", "macros"] }
futures = "0.3.5"
error-chain = "0.12.2"
dirs = "2.0.2"