Bump to v1.2.1

This commit is contained in:
Stjepan Glavina 2020-09-21 19:07:01 +02:00
parent 9d3b1db1f4
commit aa980f48e8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.1
- Temporarily downgrade `async-executor`.
# Version 1.2.0
- Update all dependencies.

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "1.2.0"
version = "1.2.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"
@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
async-channel = "1.4.2"
async-executor = "1.3.0"
async-executor = "1.1.0"
async-fs = "1.3.0"
async-io = "1.1.2"
async-lock = "2.1.3"