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 8697973 commit 0abe723Copy full SHA for 0abe723
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.3.1
2
+
3
+- Update blocking dependency
4
5
# Version 2.3.0
6
7
- Switch back to edition 2021 and MSRV 1.59, dropping num-cups dependency
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-global-executor"
-version = "2.3.0"
+version = "2.3.1"
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