Bump to v1.0.2

This commit is contained in:
Stjepan Glavina 2020-09-09 20:27:39 +02:00
parent ff2ca89cd4
commit 5e135a8a7b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 1.0.2
- Don't box `T` in `Async<T>`.
- `Async::incoming()` doesn't return `Unpin` streams anymore.
# Version 1.0.1
- Update dependencies.

View File

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