From 872c2176e95dfa60113de56008376eca076f6faa Mon Sep 17 00:00:00 2001 From: Linus Behrbohm Date: Sun, 10 Jan 2021 05:49:15 +0100 Subject: [PATCH] Import riker-testkit as regular dependencies dev-dependency features can not be enabled conditionally currently, see https://github.com/rust-lang/cargo/issues/9060 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8e704a4..98e6609b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,6 @@ tokio = { version = "^0.2", features = ["rt-threaded", "macros"], optional = tru [dev-dependencies] log = "0.4" -[dev-dependencies.riker-testkit] +[dependencies.riker-testkit] git = "https://github.com/mankinskin/riker-testkit" branch = "tokio_executor"