Skip to content

Commit 032c55e

Browse files
authored
tokio: the test-util feature depends on rt, sync, and time (#4036)
Fixes #4035
1 parent 1e95d69 commit 032c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ signal = [
8282
"winapi/consoleapi",
8383
]
8484
sync = []
85-
test-util = []
85+
test-util = ["rt", "sync", "time"]
8686
time = []
8787

8888
[dependencies]

0 commit comments

Comments
 (0)