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 f222e1c commit af1ed48Copy full SHA for af1ed48
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.5.0
2
+
3
+- Add a `portable-atomic` feature that enables the usage of fallback primitives for CPUs without atomics. (#58)
4
5
# Version 4.4.1
6
7
- Clarify safety documentation for `spawn_unchecked`. (#49)
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.4.1"
+version = "4.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
rust-version = "1.47"
0 commit comments