blob: 5db590fdd5bc985f1207240ef38d4f47622a1c1f [file] [log] [blame]
Jeff Vander Stoep926348b2022-12-13 10:48:04 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/pin-project
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Chih-Hung Hsieh6f3e9272020-05-13 16:08:03 -07005name: "pin-project"
6description: "A crate for safe and ergonomic pin-projection."
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/pin-project"
11 }
12 url {
Chih-Hung Hsieh755af272020-08-25 20:49:23 -070013 type: ARCHIVE
Jeff Vander Stoep926348b2022-12-13 10:48:04 +010014 value: "https://static.crates.io/crates/pin-project/pin-project-1.0.12.crate"
Chih-Hung Hsieh6f3e9272020-05-13 16:08:03 -070015 }
Jeff Vander Stoep926348b2022-12-13 10:48:04 +010016 version: "1.0.12"
Chih-Hung Hsieh6f3e9272020-05-13 16:08:03 -070017 license_type: NOTICE
18 last_upgrade_date {
David LeGare89151932022-03-02 16:21:12 +000019 year: 2022
Jeff Vander Stoep926348b2022-12-13 10:48:04 +010020 month: 12
21 day: 13
Chih-Hung Hsieh6f3e9272020-05-13 16:08:03 -070022 }
23}