aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:17:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:17:36 +0000
commitc4066249ad817fe03de8815b5cb13a7ea92b9fd1 (patch)
treeb56c1308ca5a356b9eb078817432fc53d97989c0
parent0f80e29bd694f0f5b8424e1c304d6aabf4fca276 (diff)
parent4ae1cebef8ba360b66281248a14464948f9f9cb0 (diff)
downloadlru-cache-c4066249ad817fe03de8815b5cb13a7ea92b9fd1.tar.gz
Fix lru-cache/METADATA am: c6466241ba am: 4ae1cebef8
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1414188 Change-Id: I83e660df2de8cc79b89b013c826f5231e59cbf70
-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
+ }
}