We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9f11c commit 92eb2e9Copy full SHA for 92eb2e9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# Version 3.1.0
2
+
3
+- Fix tokio feature
4
+- Drop `once_cell` dependency
5
+- Use `async_executor::StaticExecutor`
6
+- Update MSRV to 1.80
7
8
# Version 3.0.2
9
10
- README update
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "3.0.2"
+version = "3.1.0"
authors = ["Marc-Antoine Perennou <[email protected]>"]
description = "A global executor built on top of async-executor and async-io"
edition = "2021"
0 commit comments