From 812809913d0440e58c34243adcd1248f19aabbbe Mon Sep 17 00:00:00 2001 From: Patrick Ventuzelo <9038181+pventuzelo@users.noreply.github.com> Date: Thu, 28 May 2020 15:18:25 +0200 Subject: [PATCH] fix compilation issue using beaconfuzz/eth2fuzz (#1218) --- beacon_node/eth2-libp2p/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/eth2-libp2p/Cargo.toml b/beacon_node/eth2-libp2p/Cargo.toml index c7cdf150a4..e3a3164d03 100644 --- a/beacon_node/eth2-libp2p/Cargo.toml +++ b/beacon_node/eth2-libp2p/Cargo.toml @@ -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"