Skip to content

Releases: tokio-rs/mio

Mio v0.8

13 Nov 12:21
Compare
Choose a tag to compare

This will Mio's last unstable version, the next version will be v1 and introduce a stable API.

The main change in this release is the removal of the TcpSocket type, it's replace by the socket2 crate.

See the change log for more changes.

Mio v0.7

02 Mar 18:45
Compare
Choose a tag to compare

Version 0.7 of Mio contains various major changes compared to version 0.6. Overall a large number of API changes have been made to reduce the complexity of the implementation and remove overhead where possible.

See the change log for details.

Mio v0.6.21

27 Nov 20:51
cd0423c
Compare
Choose a tag to compare

A maintenance release fixing cargo conflicts with other crates.

Fixed

  • remove = dependency on cfg-if.