File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
# 0.7.7
2
11
3
12
## Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "mio"
6
6
# - Update CHANGELOG.md.
7
7
# - Update doc URL.
8
8
# - Create git tag
9
- version = " 0.7.7 "
9
+ version = " 0.7.8 "
10
10
license = " MIT"
11
11
authors = [
12
12
" Carl Lerche <[email protected] >" ,
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/mio/0.7.7 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/mio/0.7.8 " ) ]
2
2
#![ deny(
3
3
missing_docs,
4
4
missing_debug_implementations,
You can’t perform that action at this time.
0 commit comments