util: add rt to tokio-util full feature (#3194)

This commit is contained in:
Alice Ryhl
2020-11-29 09:48:31 +01:00
committed by GitHub
parent 0acd06b42a
commit c55d846f4b
+1 -1
View File
@@ -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",]