Skip to content

Commit 786da45

Browse files
committed
It's a minor version bump
1 parent 4490f39 commit 786da45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 1.12.1
1+
# Version 1.13.0
22

33
- Use [`rustix`] instead of [`libc`]/[`windows-sys`] for system calls (#76)
44
- Add a `will_fire` method to `Timer` to test if it will ever fire (#106)

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.1"
6+
version = "1.13.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.48"

0 commit comments

Comments
 (0)