File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.13.0
2
+
3
+ - Use [ ` rustix ` ] instead of [ ` libc ` ] /[ ` windows-sys ` ] for system calls (#76 )
4
+ - Add a ` will_fire ` method to ` Timer ` to test if it will ever fire (#106 )
5
+ - Reduce syscalls in ` Async::new ` (#107 )
6
+ - Improve the drop ergonomics of ` Readable ` and ` Writable ` (#109 )
7
+ - Change the "` wepoll ` " in documentation to "` IOCP ` " (#116 )
8
+
9
+ [ `rustix` ] : https://crates.io/crates/rustix/
10
+ [ `libc` ] : https://crates.io/crates/libc/
11
+ [ `windows-sys` ] : https://crates.io/crates/windows-sys/
12
+
1
13
# Version 1.12.0
2
14
3
15
- Switch from ` winapi ` to ` windows-sys ` (#102 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-io"
3
3
# When publishing a new version:
4
4
# - Update CHANGELOG.md
5
5
# - Create "v1.x.y" git tag
6
- version = " 1.12 .0"
6
+ version = " 1.13 .0"
7
7
authors = [
" Stjepan Glavina <[email protected] >" ]
8
8
edition = " 2018"
9
9
rust-version = " 1.48"
You can’t perform that action at this time.
0 commit comments