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 675be0f commit 21d436dCopy full SHA for 21d436d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.13.0
2
+
3
+- Relax the `Send` bound on `LocalExecutor::spawn_many`. (#120)
4
+- Ensure all features are documented on `docs.rs`. (#122)
5
6
# Version 1.12.0
7
8
- Add static executors, which are an optimization over executors that are kept
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.12.0"
+version = "1.13.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
edition = "2021"
9
rust-version = "1.63"
0 commit comments