Bump to v1.2.0

This commit is contained in:
Stjepan Glavina 2020-11-09 15:43:31 +01:00
parent af26f326bf
commit 1f860a9525
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.0
- Add `Async::poll_readable()` and `Async::poll_writable()`.
# Version 1.1.10
- Update `futures-lite`.

View File

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