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 f6488e3 commit e6daa4fCopy full SHA for e6daa4f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.1.0
2
+
3
+- Add `FallibleTask`. (#21)
4
5
# Version 4.0.3
6
7
- Document the return value of `Runnable::run()` better.
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.0.3"
+version = "4.1.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.39"
0 commit comments