Skip to content

Commit 20b7298

Browse files
committed
Release v0.7.8
1 parent 7d772b0 commit 20b7298

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.7.8
2+
3+
## Fixes
4+
5+
* Fix `TcpStream::set_linger` on macOS
6+
(https://github.com/tokio-rs/mio/commit/175773ce02e85977db81224c782c8d140aba8543).
7+
* Fix compilation on DragonFlyBSD
8+
(https://github.com/tokio-rs/mio/commit/b51af46b28871f8dd3233b490ee62237ffed6a26).
9+
110
# 0.7.7
211

312
## Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "mio"
66
# - Update CHANGELOG.md.
77
# - Update doc URL.
88
# - Create git tag
9-
version = "0.7.7"
9+
version = "0.7.8"
1010
license = "MIT"
1111
authors = [
1212
"Carl Lerche <[email protected]>",

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/mio/0.7.7")]
1+
#![doc(html_root_url = "https://docs.rs/mio/0.7.8")]
22
#![deny(
33
missing_docs,
44
missing_debug_implementations,

0 commit comments

Comments
 (0)