dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

kernel32-sys dependency issue #60

Closed logicchains closed 8 years ago

logicchains commented 8 years ago

A fresh clone of MIOco doesn't build for me due to https://github.com/retep998/winapi-rs/issues/238. It seems like its dependency the package time requires kernel32 0.1.4, but two other dependencies fs2 and memmap require 0.2.0.

dpc commented 8 years ago

It seems it was fixed without any change in mioco. In case it's still an issue please reopen. Thanks!