Skip to content

Commit dfa2374

Browse files
authored
v4.6.0 (smol-rs#64)
Signed-off-by: John Nunley <dev@notgull.net>
1 parent e909f77 commit dfa2374

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.6.0
2+
3+
- Bump MSRV to 1.57. (#63)
4+
- Task layout computation failures are now a compile-time error instead of a
5+
runtime abort. (#63)
6+
17
# Version 4.5.0
28

39
- Add a `portable-atomic` feature that enables the usage of fallback primitives for CPUs without atomics. (#58)

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.5.0"
6+
version = "4.6.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
99
rust-version = "1.57"

0 commit comments

Comments
 (0)