diff --git a/lighthouse/environment/Cargo.toml b/lighthouse/environment/Cargo.toml index 55bbfaceb..32cabe761 100644 --- a/lighthouse/environment/Cargo.toml +++ b/lighthouse/environment/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul Hauner "] edition = "2018" [dependencies] -tokio = "0.2.21" +tokio = { version = "0.2.21", features = ["macros"] } slog = { version = "2.5.2", features = ["max_level_trace"] } sloggers = "1.0.0" types = { "path" = "../../consensus/types" }