mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
tokio: the test-util feature depends on rt, sync, and time (#4036)
Fixes #4035
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ signal = [
|
|||||||
"winapi/consoleapi",
|
"winapi/consoleapi",
|
||||||
]
|
]
|
||||||
sync = []
|
sync = []
|
||||||
test-util = []
|
test-util = ["rt", "sync", "time"]
|
||||||
time = []
|
time = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user