File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.9
2+
3+ ## Fixes
4+
5+ * Fix error handling in ` NamedPipe::write `
6+ (https://github.com/tokio-rs/mio/commit/aec872be9732e5c6685100674278be27f54a271b ).
7+ * Use ` accept(2) ` on x86 Android instead of ` accept4(2) `
8+ (https://github.com/tokio-rs/mio/commit/6f86b925d3e48f30905d5cfa54348acf3f1fa036 ,
9+ https://github.com/tokio-rs/mio/commit/8d5414880ab82178305ac1d2c16d715e58633d3e ).
10+ * Improve error message when opening AFD device
11+ (https://github.com/tokio-rs/mio/commit/139f7c4422321eb4a17b14ae2c296fddd19a8804 ).
12+
113# 0.7.8
214
315## Fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "mio"
66# - Update CHANGELOG.md.
77# - Update doc URL.
88# - Create git tag
9- version = " 0.7.8 "
9+ version = " 0.7.9 "
1010license = " MIT"
1111authors = [
1212 " Carl Lerche <[email protected] >" ,
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/mio/0.7.8 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/mio/0.7.9 " ) ]
22#![ deny(
33 missing_docs,
44 missing_debug_implementations,
You can’t perform that action at this time.
0 commit comments