Skip to content

Commit

Permalink
Release v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 17, 2021
1 parent 7d772b0 commit 20b7298
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.7.8

## Fixes

* Fix `TcpStream::set_linger` on macOS
(https://github.com/tokio-rs/mio/commit/175773ce02e85977db81224c782c8d140aba8543).
* Fix compilation on DragonFlyBSD
(https://github.com/tokio-rs/mio/commit/b51af46b28871f8dd3233b490ee62237ffed6a26).

# 0.7.7

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

0 comments on commit 20b7298

Please sign in to comment.