Bump to v1.1.0

This commit is contained in:
Stjepan Glavina 2020-09-10 23:29:05 +02:00
parent 5e08a9a351
commit 65ee297322
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.0
- Use atomics to make `Executor::run()` and `Executor::tick()` futures `Send + Sync`.
# Version 1.0.0
- Stabilize.

View File

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