Skip to content

Commit 3a1b471

Browse files
Update to v1.1.0 (#1909)
1 parent 3b22875 commit 3a1b471

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)