aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:28 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:28 -0700
commita1ba6d8d77a30a811805ec8f53529160e3cd92e3 (patch)
treee3129ac5572f7061604d6ff82c9a913386032802
parent9547a66d99c020c5637741f3f6337e1be120e6ad (diff)
downloadslab-a1ba6d8d77a30a811805ec8f53529160e3cd92e3.tar.gz
Fix slab/METADATA
Bug: 166324735 Test: make Change-Id: I8a39676726ca806e325ce81fa33ba0769726a9c8
-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
+ }
}