process: Try pinning mio to 0.1.16

This commit is contained in:
Ivan Petkov
2019-06-24 16:57:19 -07:00
parent 0938ccfefd
commit 784d21ae31
+1 -1
View File
@@ -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"