aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:15 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:15 -0700
commitc47b68edc7fdd0b94ce1555c07b7cee12bda733e (patch)
tree6229ac336acdf5e54d3934eff8fca4401c204681
parentdc79c2748ad8053ae27aefe4f4d704748d0fb984 (diff)
downloadfallible-iterator-c47b68edc7fdd0b94ce1555c07b7cee12bda733e.tar.gz
Fix fallible-iterator/METADATA
Bug: 166324735 Test: make Change-Id: I95453a121f5d2075a2a8419a42d6590e6a2e44aa
-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
+ }
}