We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22894e7 commit a93ca6dCopy full SHA for a93ca6d
CHANGELOG.md
@@ -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
12
13
# Version 2.0.1
14
15
- fix build without default features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "2.0.3"
+version = "2.0.4"
authors = ["Marc-Antoine Perennou <[email protected]>"]
description = "A global executor built on top of async-executor and async-io"
edition = "2018"
0 commit comments