From 9b44eb794cc173b8521dea665bdd4e161249fab2 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Tue, 28 Jun 2022 18:35:28 +0400 Subject: [PATCH] Add features needed for examples to dev-dependencies this makes running/checking examples much easier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcbd0d55..c49e7528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ vecrem = { version = "0.1", optional = true } [dev-dependencies] pretty_env_logger = "0.4" -tokio = { version = "1.8.0", features = ["fs", "macros"] } +tokio = { version = "1.8.0", features = ["fs", "macros", "macros", "rt-multi-thread"] } cool_asserts = "2.0.3" [features]