aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-28 00:09:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-28 00:09:24 +0000
commitd7b9ede90aced54ca96228072830af488305cbc2 (patch)
treeb56c1308ca5a356b9eb078817432fc53d97989c0
parent49b9e3e4744ba1baa19dce32a6bbccf8daa7c25c (diff)
parent08703b7976f08e160fb2e0584ab6ad460eaca4a8 (diff)
downloadlru-cache-d7b9ede90aced54ca96228072830af488305cbc2.tar.gz
Fix lru-cache/METADATA am: c6466241ba am: 4ae1cebef8 am: c4066249ad am: fe57922a22 am: 08703b7976
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1414188 Change-Id: Ifad79313c9bb85f0cc26cf8f3ae22cd56be420ed
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 00d1884..e2da34b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "lru-cache"
-description:
- "A cache that holds a limited number of key-value pairs"
-
+description: "A cache that holds a limited number of key-value pairs"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/lru-cache"
}
url {
- type: GIT
- value: "https://github.com/contain-rs/lru-cache"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/lru-cache/lru-cache-0.1.2.crate"
}
version: "0.1.2"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}