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 48dd1c1 commit 5bb56bdCopy full SHA for 5bb56bd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.0.1
2
+
3
+- fix build without default features
4
5
# Version 2.0.0
6
7
- add tokio 1.0 integration
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "2.0.0"
+version = "2.0.1"
authors = ["Marc-Antoine Perennou <[email protected]>"]
description = "A global executor built on top of async-executor and async-io"
edition = "2018"
0 commit comments