Fix compile on windows

This commit is contained in:
Alex Crichton
2016-08-10 22:33:45 -07:00
parent 18c371b158
commit f08e8ec672
+1 -1
View File
@@ -15,7 +15,7 @@ futures and streams.
futures = { path = "..", version = "0.1.0" }
futures-io = { path = "../futures-io", version = "0.1.0" }
log = "0.3"
mio = { git = "https://github.com/carllerche/mio", branch = "dev" }
mio = { git = "https://github.com/carllerche/mio", rev = "049d3ebd" }
scoped-tls = "0.1.0"
slab = "0.2.0"