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 b841796 commit f910d25Copy full SHA for f910d25
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 4.3.0
2
+
3
+- Bump MSRV to Rust 1.47. (#30)
4
+- Evaluate the layouts for the tasks at compile time. (#30)
5
+- Add layout_info field to TaskVTable so that debuggers can decode raw tasks. (#29)
6
7
# Version 4.2.0
8
9
- Add `Task::is_finished`. (#19)
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.2.0"
+version = "4.3.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.47"
0 commit comments