MIO v0.8.3 Release Notes
-
๐ Changed
- ๐ Replace
winapi
dependency withwindows-sys
. (https://github.com/tokio-rs/mio/pull/1556). - Future proofed the kevent ABI for FreeBSD (https://github.com/tokio-rs/mio/pull/1572).
๐ Fixed
- ๐ Improved support for Redox, making it possible to run on stable Rust (https://github.com/tokio-rs/mio/pull/1555).
- Don't ignore EAGAIN in UDS connect call (https://github.com/tokio-rs/mio/pull/1564).
- ๐ Documentation of
TcpStream::connect
(https://github.com/tokio-rs/mio/pull/1565).
- ๐ Replace