blob: 799c6da038933a3c0d16ba8b86ce0b0447b73fe8 [file] [log] [blame]
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/async-task
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Joel Galensonf477e7f2021-04-02 10:55:31 -07005name: "async_task"
David LeGarea1064b02022-03-01 18:45:06 +00006description: "Task abstraction for building executors"
Joel Galensonf477e7f2021-04-02 10:55:31 -07007third_party {
8 url {
9 type: HOMEPAGE
Jorge E. Moreiraf6e0c8e2021-05-11 14:55:01 -070010 value: "https://crates.io/crates/async-task"
Joel Galensonf477e7f2021-04-02 10:55:31 -070011 }
12 url {
Jorge E. Moreiraf6e0c8e2021-05-11 14:55:01 -070013 type: ARCHIVE
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +010014 value: "https://static.crates.io/crates/async_task/async_task-4.3.0.crate"
Joel Galensonf477e7f2021-04-02 10:55:31 -070015 }
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +010016 version: "4.3.0"
Joel Galensonf477e7f2021-04-02 10:55:31 -070017 license_type: NOTICE
David LeGarea1064b02022-03-01 18:45:06 +000018 last_upgrade_date {
19 year: 2022
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +010020 month: 12
21 day: 6
David LeGarea1064b02022-03-01 18:45:06 +000022 }
Joel Galensonf477e7f2021-04-02 10:55:31 -070023}