mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
process: Fix drop_kills test when running on macOS with a single thread
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ codecov = { repository = "alexcrichton/tokio-process" }
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.11"
|
||||
mio = "=0.6.16" # TODO: investigate further and unpin this
|
||||
mio = "0.6.5"
|
||||
tokio-io = "0.1"
|
||||
tokio-reactor = "0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user