aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 23:47:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 23:47:11 +0000
commit08703b7976f08e160fb2e0584ab6ad460eaca4a8 (patch)
treeb56c1308ca5a356b9eb078817432fc53d97989c0
parentc9e58f65807d0744b973c0fc67b97810e95c8fb9 (diff)
parentfe57922a22c88dd1694c373db5bb93e960479cf7 (diff)
downloadlru-cache-08703b7976f08e160fb2e0584ab6ad460eaca4a8.tar.gz
Fix lru-cache/METADATA am: c6466241ba am: 4ae1cebef8 am: c4066249ad am: fe57922a22
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1414188 Change-Id: I5b3a336a73b0c289179754c092edc36b75dc1c8f
-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
+ }
}