Bump to v0.1.6

This commit is contained in:
Stjepan Glavina 2020-05-17 17:26:30 +02:00
parent 566cfe95b5
commit 00b495f0ce
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.6
- Fix a deadlock by always re-registering `IoEvent`.
# Version 0.1.5
- Use `blocking` crate for blocking I/O.

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.1.5"
version = "0.1.6"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"