Bump to v0.1.7

This commit is contained in:
Stjepan Glavina 2020-05-17 23:56:22 +02:00
parent ce315f3d9a
commit 280d2c7b5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.1.7
- Update `blocking` to `0.4.2`.
- Make `Task::blocking()` work without `run()`.
# Version 0.1.6
- Fix a deadlock by always re-registering `IoEvent`.

View File

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