aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:17 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:17 -0700
commitd7bdbb239c5331195778ff276c58abbc19b7edac (patch)
tree1cc919153d0ac1b11d051975d7f115e914f51947
parent8c3e687c22ec7b7d299b5f3547688ae767444757 (diff)
downloadgetrandom-d7bdbb239c5331195778ff276c58abbc19b7edac.tar.gz
Fix getrandom/METADATA
Bug: 166324735 Test: make Change-Id: Ic307c17228a798569924975b1fdc5f5e2b222985
-rw-r--r--METADATA15
1 files changed, 8 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index fe630e7..27f871d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,18 +1,19 @@
name: "getrandom"
-description:
- "A small cross-platform library for retrieving random data from system "
- "source"
-
+description: "A small cross-platform library for retrieving random data from system source"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/getrandom"
}
url {
- type: GIT
- value: "https://github.com/rust-random/getrandom"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/getrandom/getrandom-0.1.14.crate"
}
version: "0.1.14"
- last_upgrade_date { year: 2020 month: 6 day: 18 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 18
+ }
}