File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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+
113# Version 1.12.0
214
315- Switch from ` winapi ` to ` windows-sys ` (#102 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-io"
33# When publishing a new version:
44# - Update CHANGELOG.md
55# - Create "v1.x.y" git tag
6- version = " 1.12 .0"
6+ version = " 1.13 .0"
77authors = [
" Stjepan Glavina <[email protected] >" ]
88edition = " 2018"
99rust-version = " 1.48"
You can’t perform that action at this time.
0 commit comments