Bump top v1.2.2

This commit is contained in:
Stjepan Glavina 2020-09-28 12:38:18 +02:00
parent cf640bb877
commit e9a34a74d8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.2
- Bump version for docs.rs to pick up latest dependencies.
# Version 1.2.1
- Temporarily downgrade `async-executor`.

View File

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