File tree 2 files changed +12
-1
lines changed 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
+
1
12
# 1.0.3
2
13
3
14
* Implement more I/O safety traits
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "mio"
5
5
# When releasing to crates.io:
6
6
# - Update CHANGELOG.md.
7
7
# - Create git tag
8
- version = " 1.0.3 "
8
+ version = " 1.0.4 "
9
9
license = " MIT"
10
10
authors = [
11
11
" Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments