mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
process: Try pinning mio to 0.1.16
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ codecov = { repository = "alexcrichton/tokio-process" }
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.11"
|
||||
mio = "0.6.5"
|
||||
mio = "=0.6.16" # TODO: investigate further and unpin this
|
||||
tokio-io = "0.1"
|
||||
tokio-reactor = "0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user