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

Fixes #4035
This commit is contained in:
Alan Somers 2021-08-12 02:04:09 -06:00 committed by GitHub
parent 1e95d6994a
commit 032c55e77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ signal = [
"winapi/consoleapi",
]
sync = []
test-util = []
test-util = ["rt", "sync", "time"]
time = []
[dependencies]