File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
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.3 "
8+ version = " 1.0.4 "
99license = " MIT"
1010authors = [
1111 " Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments