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 e909f77 commit dfa2374Copy full SHA for dfa2374
CHANGELOG.md
@@ -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
7
# Version 4.5.0
8
9
- Add a `portable-atomic` feature that enables the usage of fallback primitives for CPUs without atomics. (#58)
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.5.0"
+version = "4.6.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.57"
0 commit comments