We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4490f39 commit 786da45Copy full SHA for 786da45
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Version 1.12.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)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
5
# - Create "v1.x.y" git tag
6
-version = "1.12.1"
+version = "1.13.0"
7
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.48"
0 commit comments