Skip to content

Commit 07bc32f

Browse files
committed
Release v0.7.9
1 parent a11e494 commit 07bc32f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1010
license = "MIT"
1111
authors = [
1212
"Carl Lerche <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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,

0 commit comments

Comments
 (0)