aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-02 21:59:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-02 21:59:22 +0000
commitf5ba88882a6ee63a0a7b60d59edc09e29ef4e3e6 (patch)
treef1c19ce920d43e7ee3e1836a3dd3cb57755128e2 /METADATA
parent14b5bbf284a1f99e7013f66b0844872fc9c98c0d (diff)
parentd0e33434eb7c9006cc265021058e7287a8c7eb38 (diff)
downloadeither-f5ba88882a6ee63a0a7b60d59edc09e29ef4e3e6.tar.gz
Upgrade either to 1.9.0 am: d0e33434ebemu-34-2-dev
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/either/+/2944785 Change-Id: Ie30cd086140b385a4d3d76138e248b8dc1416b35 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA23
1 files changed, 10 insertions, 13 deletions
diff --git a/METADATA b/METADATA
index 535787f..c2a2a93 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
# This project was upgraded with external_updater.
-# Usage: tools/external_updater/updater.sh update rust/crates/either
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# Usage: tools/external_updater/updater.sh update external/rust/crates/either
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "either"
description: "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/either"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/either/either-1.8.1.crate"
- }
- version: "1.8.1"
license_type: NOTICE
last_upgrade_date {
- year: 2023
+ year: 2024
month: 2
- day: 15
+ day: 1
+ }
+ homepage: "https://crates.io/crates/either"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/either/either-1.9.0.crate"
+ version: "1.9.0"
}
}