Jeff Vander Stoep | 4974f15 | 2022-12-12 14:54:11 +0100 | [diff] [blame] | 1 | # This project was upgraded with external_updater. |
| 2 | # Usage: tools/external_updater/updater.sh update rust/crates/linked-hash-map |
| 3 | # For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md |
| 4 | |
Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 5 | name: "linked-hash-map" |
Chih-Hung Hsieh | f54158c | 2020-08-25 20:49:20 -0700 | [diff] [blame] | 6 | description: "A HashMap wrapper that holds key-value pairs in insertion order" |
Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 7 | third_party { |
| 8 | url { |
| 9 | type: HOMEPAGE |
| 10 | value: "https://crates.io/crates/linked-hash-map" |
| 11 | } |
| 12 | url { |
Chih-Hung Hsieh | f54158c | 2020-08-25 20:49:20 -0700 | [diff] [blame] | 13 | type: ARCHIVE |
Jeff Vander Stoep | 4974f15 | 2022-12-12 14:54:11 +0100 | [diff] [blame] | 14 | value: "https://static.crates.io/crates/linked-hash-map/linked-hash-map-0.5.6.crate" |
Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 15 | } |
Jeff Vander Stoep | 4974f15 | 2022-12-12 14:54:11 +0100 | [diff] [blame] | 16 | version: "0.5.6" |
Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 17 | license_type: NOTICE |
Chih-Hung Hsieh | f54158c | 2020-08-25 20:49:20 -0700 | [diff] [blame] | 18 | last_upgrade_date { |
Jeff Vander Stoep | 4974f15 | 2022-12-12 14:54:11 +0100 | [diff] [blame] | 19 | year: 2022 |
| 20 | month: 12 |
| 21 | day: 12 |
Chih-Hung Hsieh | f54158c | 2020-08-25 20:49:20 -0700 | [diff] [blame] | 22 | } |
Joel Galenson | ee3e09d | 2020-07-28 13:50:12 -0700 | [diff] [blame] | 23 | } |