blob: 4acf935de302704aade616d643ef89132916ff83 [file] [log] [blame]
Jeff Vander Stoepdf73bc22022-12-08 15:38:25 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/crossbeam-queue
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Jason Macnak9228f812021-08-30 14:34:17 -07005name: "crossbeam-queue"
6description: "Concurrent queues"
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/crossbeam-queue"
11 }
12 url {
13 type: ARCHIVE
Jeff Vander Stoepdf73bc22022-12-08 15:38:25 +010014 value: "https://static.crates.io/crates/crossbeam-queue/crossbeam-queue-0.3.8.crate"
Jason Macnak9228f812021-08-30 14:34:17 -070015 }
Jeff Vander Stoepdf73bc22022-12-08 15:38:25 +010016 version: "0.3.8"
Jason Macnak9228f812021-08-30 14:34:17 -070017 license_type: NOTICE
18 last_upgrade_date {
David LeGaree2987ca2022-03-01 19:03:55 +000019 year: 2022
Jeff Vander Stoepdf73bc22022-12-08 15:38:25 +010020 month: 12
21 day: 8
Jason Macnak9228f812021-08-30 14:34:17 -070022 }
23}