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

mismatched types at src/lib.rs:969:38 on 1.8.0-nightly (15e9a95a4) #102

Closed kellenfujimoto closed 8 years ago

kellenfujimoto commented 8 years ago

Fixed under this pull request: https://github.com/dpc/mioco/pull/101

dpc commented 8 years ago

Weird. Test suite should catch problems like this. I'll take a look later.

kellenfujimoto commented 8 years ago

It appears to be a problem with the version uploaded to crates.io. Build succeeds when using the Github repo, but fails when mioco = "0.2.0" in the dependencies.

dpc commented 8 years ago

Ah. Please use github version for now. There should be a new release soon anyway.

dpc commented 8 years ago

New version was released on crates.io.