aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:39:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:39:45 +0000
commitb6740cb816412a17394eade0f9038e76c8091760 (patch)
treee3129ac5572f7061604d6ff82c9a913386032802
parent32ad70ff39e9a06d565deb0cc105b16e848e476c (diff)
parent90bc95f17cf3aea431247080a86233fd691dd803 (diff)
downloadslab-b6740cb816412a17394eade0f9038e76c8091760.tar.gz
Fix slab/METADATA am: a1ba6d8d77 am: 57bc79c307 am: 90bc95f17c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/slab/+/1414005 Change-Id: I73cd8727496795f281e1c5fe392e538ea24dec11
-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
+ }
}