Bump to v0.1.8

This commit is contained in:
Stjepan Glavina 2020-05-18 11:33:11 +02:00
parent 811e748e6d
commit 301939c7e0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.8
- Revert the use of `blocking` crate.
# Version 0.1.7
- Update `blocking` to `0.4.2`.

View File

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