Skip to content

Commit 75f41fb

Browse files
committed
Release v0.7.13
1 parent 2883f5c commit 75f41fb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# 0.7.12
1+
# 0.7.13
2+
3+
## Fixes
4+
5+
* Fix `Registry::try_clone` invalid usage of `F_DUPFD_CLOEXEC` (#1497,
6+
https://github.com/tokio-rs/mio/commit/2883f5c1f35bf1a59682c5ffc4afe6b97d7d6e68).
7+
8+
# 0.7.12 (yanked)
29

310
## Fixes
411

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

0 commit comments

Comments
 (0)