Bump to v1.1.1

This commit is contained in:
Stjepan Glavina 2020-09-16 00:33:01 +02:00
parent 6768837003
commit 98ff0bb70b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.1
- Remove `socket2` dependency.
# Version 1.1.0
- Add `TryFrom` conversion impls for `Async`.

View File

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