Skip to content

Commit f910d25

Browse files
committed
Release 4.3.0
1 parent b841796 commit f910d25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Version 4.2.0
28

39
- Add `Task::is_finished`. (#19)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-task"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v4.x.y" git tag
6-
version = "4.2.0"
6+
version = "4.3.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.47"

0 commit comments

Comments
 (0)