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 c240866 commit 30296f9Copy full SHA for 30296f9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.4.1
2
+
3
+- Clarify safety documentation for `spawn_unchecked`. (#49)
4
5
# Version 4.4.0
6
7
- Ensure that the allocation doesn't exceed `isize::MAX` (#32)
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.0"
+version = "4.4.1"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.47"
0 commit comments