Skip to content

Commit 62a6140

Browse files
author
Stjepan Glavina
committed
Bump to v1.4.0
1 parent 38141bb commit 62a6140

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.4.0
2+
3+
- Add `Executor::is_empty()` and `LocalExecutor::is_empty()`.
4+
15
# Version 1.3.0
26

37
- Parametrize executors over a lifetime to allow spawning non-`static` futures.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-executor"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
66
description = "Async executor"

0 commit comments

Comments
 (0)