Bump to v1.2.0

This commit is contained in:
Stjepan Glavina 2020-09-20 02:40:01 +02:00
parent 525ac9fe7e
commit e714ec4221
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.0
- Update `async-task` to v4.
# Version 1.1.1
- Replace `AtomicU64` with `AtomicUsize`.

View File

@ -1,6 +1,6 @@
[package]
name = "async-executor"
version = "1.1.1"
version = "1.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async executor"