Skip to content

Commit cb8fc14

Browse files
authored
v4.7.0
Signed-off-by: John Nunley <[email protected]>
1 parent b276d25 commit cb8fc14

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# Version 4.6.0
27

38
- Bump MSRV to 1.57. (#63)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-task"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v4.x.y" git tag
6-
version = "4.6.0"
6+
version = "4.7.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.57"

0 commit comments

Comments
 (0)