Releases: tokio-rs/mio
Releases · tokio-rs/mio
Mio v0.8
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
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
A maintenance release fixing cargo
conflicts with other crates.
Fixed
- remove
=
dependency oncfg-if
.