Skip to content

Commit 4490f39

Browse files
committed
v1.12.1
1 parent 196002d commit 4490f39

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+
# Version 1.12.1
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+
8+
[`rustix`]: https://crates.io/crates/rustix/
9+
[`libc`]: https://crates.io/crates/libc/
10+
[`windows-sys`]: https://crates.io/crates/windows-sys/
11+
112
# Version 1.12.0
213

314
- Switch from `winapi` to `windows-sys` (#102)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12.1"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.48"

0 commit comments

Comments
 (0)