Skip to content

Commit dc25ca5

Browse files
committed
Release v1.0.4
1 parent a5c93e7 commit dc25ca5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.0.4
2+
3+
* Update windows-sys to 0.59
4+
(https://github.com/tokio-rs/mio/pull/1857).
5+
* Fix build failure of uds tests on Android
6+
(https://github.com/tokio-rs/mio/pull/1847).
7+
* Fix set nonblocking socket on AIX
8+
(https://github.com/tokio-rs/mio/pull/1867).
9+
* Emit a better error when using mio on WASM
10+
(https://github.com/tokio-rs/mio/pull/1856).
11+
112
# 1.0.3
213

314
* Implement more I/O safety traits

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.3"
8+
version = "1.0.4"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)