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 b276d25 commit cb8fc14Copy full SHA for cb8fc14
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 4.7.0
2
+
3
+- Add `from_raw` and `into_raw` functions for `Runnable` to ease passing it
4
+ across an FFI boundary. (#65)
5
6
# Version 4.6.0
7
8
- Bump MSRV to 1.57. (#63)
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.6.0"
+version = "4.7.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
9
rust-version = "1.57"
0 commit comments