mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
tokio: the test-util feature depends on rt, sync, and time (#4036)
Fixes #4035
This commit is contained in:
parent
1e95d6994a
commit
032c55e77f
@ -82,7 +82,7 @@ signal = [
|
||||
"winapi/consoleapi",
|
||||
]
|
||||
sync = []
|
||||
test-util = []
|
||||
test-util = ["rt", "sync", "time"]
|
||||
time = []
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user