Bump to v1.3.1

This commit is contained in:
Stjepan Glavina 2020-11-30 19:04:07 +01:00
parent 67275c2212
commit 0ab680ea43
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.3.1
- Lower MSRV to 1.41.0
# Version 1.3.0
- Add `Timer::interval()` and `Timer::set_interval()`.

View File

@ -1,6 +1,6 @@
[package]
name = "async-io"
version = "1.3.0"
version = "1.3.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async I/O and timers"