From c55d846f4b248b4a72335d6c57829fa6396ab9a5 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 29 Nov 2020 09:48:31 +0100 Subject: [PATCH] util: add rt to tokio-util full feature (#3194) --- tokio-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index bd397d7fe..1c0ee6281 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -24,7 +24,7 @@ categories = ["asynchronous"] default = [] # Shorthand for enabling everything -full = ["codec", "compat", "io", "time", "net"] +full = ["codec", "compat", "io", "time", "net", "rt"] net = ["tokio/net"] compat = ["futures-io",]