From c686f10a858f7ebae154d469798b4ff13faf931e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 11 Aug 2021 14:05:43 -0600 Subject: [PATCH] The test-util feature depends on rt, sync, and time Fixes #4035 --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index d37f33ded79..dcbbcc357c4 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -82,7 +82,7 @@ signal = [ "winapi/consoleapi", ] sync = [] -test-util = [] +test-util = ["rt", "sync", "time"] time = [] [dependencies]