File tree 3 files changed +14
-2
lines changed 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
+
1
13
# 0.7.8
2
14
3
15
## Fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "mio"
6
6
# - Update CHANGELOG.md.
7
7
# - Update doc URL.
8
8
# - Create git tag
9
- version = " 0.7.8 "
9
+ version = " 0.7.9 "
10
10
license = " MIT"
11
11
authors = [
12
12
" 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 " ) ]
2
2
#![ deny(
3
3
missing_docs,
4
4
missing_debug_implementations,
You can’t perform that action at this time.
0 commit comments