Skip to content

Commit

Permalink
Release v0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jun 12, 2021
1 parent b367a05 commit 7adfb75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.7.12

## Fixes

* Set `FD_CLOEXEC` when calling `Registry::try_clone`
(https://github.com/tokio-rs/mio/commit/d1617b567ff6bc669d71e367d22e0e93ff7e2e24 for epoll and
(https://github.com/tokio-rs/mio/commit/b367a05e408ca90a26383c3aa16d8a16f019dc59 for kqueue).

# 0.7.11

## Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -6,15 +6,15 @@ name = "mio"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
version = "0.7.11"
version = "0.7.12"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"Tokio Contributors <team@tokio.rs>",
]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.7.7"
documentation = "https://docs.rs/mio/0.7.12"
homepage = "https://github.com/tokio-rs/mio"
repository = "https://github.com/tokio-rs/mio"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/mio/0.7.11")]
#![doc(html_root_url = "https://docs.rs/mio/0.7.12")]
#![deny(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit 7adfb75

Please sign in to comment.