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 67275c2 commit 0ab680eCopy full SHA for 0ab680e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.3.1
2
+
3
+- Lower MSRV to 1.41.0
4
5
# Version 1.3.0
6
7
- Add `Timer::interval()` and `Timer::set_interval()`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "1.3.0"
+version = "1.3.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments