Skip to content

Commit

Permalink
Release v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Oct 16, 2021
1 parent 9507bdf commit 064af84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 0.7.14

## Fixes

* Remove use unsound internal macro (#1519).

## Added

* `sys::unix::SocketAddr::as_abstract_namespace()` (#1520).

# 0.7.13

## 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.13"
version = "0.7.14"
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.13"
documentation = "https://docs.rs/mio/0.7.14"
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.13")]
#![doc(html_root_url = "https://docs.rs/mio/0.7.14")]
#![deny(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit 064af84

Please sign in to comment.