Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-04-27 12:14:34 -07:00 committed by John Nunley
parent 3cfa07f3d7
commit 3065c372e1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 4.7.1
- Improve the panic message for when a task is polled after completion. (#73)
# Version 4.7.0
- Add `from_raw` and `into_raw` functions for `Runnable` to ease passing it

View File

@ -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 <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.57"