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 494e609 commit a2fc119Copy full SHA for a2fc119
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.0.2
2
+
3
+- Do not run global tasks in `block_on()`
4
5
# Version 1.0.1
6
7
- Update dependencies
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "1.0.1"
+version = "1.0.2"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "A global executor built on top of async-executor and async-io"
edition = "2018"
0 commit comments