Bump to v1.1.8

This commit is contained in:
Stjepan Glavina 2020-10-03 17:06:27 +02:00
parent 5928766e39
commit 7056f57ff3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.8
- Re-enable `async-net` dependency and fix CI.
# Version 1.1.7
- Update `async-io` to v2.0.0

View File

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