Skip to content

Commit

Permalink
Release v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 15, 2021
1 parent 550abf7 commit b7006d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.7.9
# 0.7.10

## Fixes

* Fix an instance of not doc(cfg(.*))
(https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce).

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "mio"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
version = "0.7.9"
version = "0.7.10"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/mio/0.7.9")]
#![doc(html_root_url = "https://docs.rs/mio/0.7.10")]
#![deny(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit b7006d7

Please sign in to comment.