Bump to v0.1.18

This commit is contained in:
Stjepan Glavina 2020-06-21 23:17:49 +02:00
parent 56b65e4b8a
commit 883366b9b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.18
- Support Rust 1.39.0
# Version 0.1.17
- Support more platforms by changing `AtomicU64` to `AtomicUsize`.

View File

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