tokio: the test-util feature depends on rt, sync, and time (#4036)

Fixes #4035
This commit is contained in:
Alan Somers
2021-08-12 10:04:09 +02:00
committed by GitHub
parent 1e95d6994a
commit 032c55e77f
+1 -1
View File
@@ -82,7 +82,7 @@ signal = [
"winapi/consoleapi",
]
sync = []
test-util = []
test-util = ["rt", "sync", "time"]
time = []
[dependencies]