aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-09 11:42:03 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-09 11:42:03 +0100
commit3325f3a49af51de0c2fc03448fda0683468511d1 (patch)
tree3494a69d77e8a558f263216b4617f84b93d1d0fe /METADATA
parent5d1ca2c6eca40ede3de483ec1278f7e6ea39247a (diff)
downloadeither-3325f3a49af51de0c2fc03448fda0683468511d1.tar.gz
Upgrade either to 1.8.0
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 Test: TreeHugger Change-Id: I5812348e7f89c81eecbe33dca322b24a19f19094
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA12
1 files changed, 8 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 58f339d..5140042 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,7 @@
+# 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
+
name: "either"
description: "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases."
third_party {
@@ -7,13 +11,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/either/either-1.6.1.crate"
+ value: "https://static.crates.io/crates/either/either-1.8.0.crate"
}
- version: "1.6.1"
+ version: "1.8.0"
license_type: NOTICE
last_upgrade_date {
- year: 2020
+ year: 2022
month: 12
- day: 21
+ day: 9
}
}