File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.1.0
2+
3+ MSRV was increased to 1.71 to support windows-sys v0.61.
4+
5+ * Changed the backlog passed to listen to match the standard library, this
6+ should effect most users but see the pr for details
7+ (https://github.com/tokio-rs/mio/pull/1896 ).
8+ * Fixed an issue where ` TcpStream::peek ` returned ` WouldBlock ` the events would
9+ stop working correctly
10+ (https://github.com/tokio-rs/mio/pull/1895 ).
11+ * Added support for cygwin
12+ (https://github.com/tokio-rs/mio/pull/1871 ).
13+ * Make ` Event ` ` Send ` and ` Sync ` on platforms using kqueue
14+ (https://github.com/tokio-rs/mio/pull/1906 ).
15+ * Fixed an issue where it would reach ` unreachable! ` code in ` NamedPipe `
16+ (https://github.com/tokio-rs/mio/pull/1903 ).
17+ * Updated windows-sys to 0.60 and 0.61
18+ (https://github.com/tokio-rs/mio/pull/1891
19+ and https://github.com/tokio-rs/mio/pull/1901 ).
20+
121# 1.0.4
222
323* Update windows-sys to 0.59
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "mio"
55# When releasing to crates.io:
66# - Update CHANGELOG.md.
77# - Create git tag
8- version = " 1.0.4 "
8+ version = " 1.1.0 "
99license = " MIT"
1010authors = [
1111 " Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments