aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:17:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:17:37 +0000
commit90bc95f17cf3aea431247080a86233fd691dd803 (patch)
treee3129ac5572f7061604d6ff82c9a913386032802
parent5d50bfe185ea3357b5e0e95532377e09865455bd (diff)
parent57bc79c3072be2b87b435065fdbc3d027db0194d (diff)
downloadslab-90bc95f17cf3aea431247080a86233fd691dd803.tar.gz
Fix slab/METADATA am: a1ba6d8d77 am: 57bc79c307
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/slab/+/1414005 Change-Id: I267c78277b9f7d00c88a158a25bf0c702cd941fd
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 4476b59..eaf9e79 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "slab"
-description:
- "Pre-allocated storage for a uniform data type"
-
+description: "Pre-allocated storage for a uniform data type"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/slab"
}
url {
- type: GIT
- value: "https://github.com/carllerche/slab"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/slab/slab-0.4.2.crate"
}
version: "0.4.2"
- last_upgrade_date { year: 2020 month: 3 day: 17 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 3
+ day: 17
+ }
}