aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 23:47:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 23:47:13 +0000
commit97035a2f2314f244baf71ca1d3d0ea19d13eea75 (patch)
tree6229ac336acdf5e54d3934eff8fca4401c204681
parent684a461bf7b4fc3edb7534b9fdf58f904dcd7218 (diff)
parenta865c79e981698046c86c649267028a59d6f0e47 (diff)
downloadfallible-iterator-97035a2f2314f244baf71ca1d3d0ea19d13eea75.tar.gz
Fix fallible-iterator/METADATA am: c47b68edc7 am: 5f065f4a10 am: a8bef39114 am: a865c79e98
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1414034 Change-Id: I8445c49676d9ed05aea92f87bf1ee035d23c7021
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index fb6f685..e822ea5 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "fallible-iterator"
-description:
- "Fallible iterator traits"
-
+description: "Fallible iterator traits"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/fallible-iterator"
}
url {
- type: GIT
- value: "https://github.com/sfackler/rust-fallible-iterator"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/fallible-iterator/fallible-iterator-0.2.0.crate"
}
version: "0.2.0"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}