aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 21:50:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 21:50:26 +0000
commit57bc79c3072be2b87b435065fdbc3d027db0194d (patch)
treee3129ac5572f7061604d6ff82c9a913386032802
parente3c4273f86100869630629985808663e5caa61b5 (diff)
parenta1ba6d8d77a30a811805ec8f53529160e3cd92e3 (diff)
downloadslab-57bc79c3072be2b87b435065fdbc3d027db0194d.tar.gz
Fix slab/METADATA am: a1ba6d8d77
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/slab/+/1414005 Change-Id: I280988377f2a9f61fcc64ac1fd7e93bc7766004c
-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
+ }
}