Skip to content

Commit a93ca6d

Browse files
committed
v2.0.4
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 22894e7 commit a93ca6d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 2.0.4
2+
3+
- Return concrete type Task from `spawn_blocking`
4+
5+
# Version 2.0.3
6+
7+
- Documentation updates
8+
9+
# Version 2.0.2
10+
11+
- Documentation updates
12+
113
# Version 2.0.1
214

315
- fix build without default features

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-global-executor"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
authors = ["Marc-Antoine Perennou <[email protected]>"]
55
description = "A global executor built on top of async-executor and async-io"
66
edition = "2018"

0 commit comments

Comments
 (0)