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 b6d3a60 commit 17720b0Copy full SHA for 17720b0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.9.1
2
+
3
+- Remove the thread-local optimization due to the bugs that it introduces. (#106)
4
5
# Version 1.9.0
6
7
- Re-introduce the thread-local task push optimization to the executor. (#93)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.9.0"
+version = "1.9.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.60"
0 commit comments