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 f9e28cd commit 4079184Copy full SHA for 4079184
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.3.0
2
+
3
+- Parametrize executors over a lifetime to allow spawning non-`static` futures.
4
5
# Version 1.2.0
6
7
- Update `async-task` to v4.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-executor"
-version = "1.2.0"
+version = "1.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async executor"
0 commit comments