We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfa07f commit 3065c37Copy full SHA for 3065c37
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.7.1
2
+
3
+- Improve the panic message for when a task is polled after completion. (#73)
4
5
# Version 4.7.0
6
7
- Add `from_raw` and `into_raw` functions for `Runnable` to ease passing it
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-task"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v4.x.y" git tag
-version = "4.7.0"
+version = "4.7.1"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.57"
0 commit comments