commit | 1d8091d3e681a0ad2b58af1f3c6a5c8f66c6b2b1 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Dec 06 08:24:26 2022 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Tue Dec 06 08:25:33 2022 +0100 |
tree | 95f761b82903c457793f4c2026890653158214f3 | |
parent | 3e470bf5f77131953fa3d9793b2e3cfb876ad94b [diff] [blame] |
Upgrade async_task to 4.3.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/async-task For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I45dca5604ff41679993b26a30a1dbfb40fe680f1
diff --git a/Cargo.toml b/Cargo.toml index 7847dd8..6e989e5 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -11,12 +11,13 @@ [package] edition = "2018" -rust-version = "1.39" +rust-version = "1.47" name = "async-task" -version = "4.2.0" +version = "4.3.0" authors = ["Stjepan Glavina <[email protected]>"] exclude = ["/.*"] description = "Task abstraction for building executors" +readme = "README.md" keywords = [ "futures", "task",