Skip to content

Commit 7adfb75

Browse files
committed
Release v0.7.12
1 parent b367a05 commit 7adfb75

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.7.12
2+
3+
## Fixes
4+
5+
* Set `FD_CLOEXEC` when calling `Registry::try_clone`
6+
(https://github.com/tokio-rs/mio/commit/d1617b567ff6bc669d71e367d22e0e93ff7e2e24 for epoll and
7+
(https://github.com/tokio-rs/mio/commit/b367a05e408ca90a26383c3aa16d8a16f019dc59 for kqueue).
8+
19
# 0.7.11
210

311
## Fixes

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name = "mio"
66
# - Update CHANGELOG.md.
77
# - Update doc URL.
88
# - Create git tag
9-
version = "0.7.11"
9+
version = "0.7.12"
1010
license = "MIT"
1111
authors = [
1212
"Carl Lerche <[email protected]>",
1313
"Thomas de Zeeuw <[email protected]>",
1414
"Tokio Contributors <[email protected]>",
1515
]
1616
description = "Lightweight non-blocking IO"
17-
documentation = "https://docs.rs/mio/0.7.7"
17+
documentation = "https://docs.rs/mio/0.7.12"
1818
homepage = "https://github.com/tokio-rs/mio"
1919
repository = "https://github.com/tokio-rs/mio"
2020
readme = "README.md"

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.11")]
1+
#![doc(html_root_url = "https://docs.rs/mio/0.7.12")]
22
#![deny(
33
missing_docs,
44
missing_debug_implementations,

0 commit comments

Comments
 (0)