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 ee6e2c2 commit b5dcd04Copy full SHA for b5dcd04
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.3.0
2
+
3
+- Switch back to edition 2021 and MSRV 1.59, dropping num-cups dependency
4
5
# Version 2.2.0
6
7
- Revert back to edition 2018 and MSRV 1.49
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "2.1.0"
+version = "2.3.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "A global executor built on top of async-executor and async-io"
edition = "2021"
0 commit comments