aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 23:47:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 23:47:16 +0000
commit4efa43e0a7fce8b382466b03839d5d855b47f8e5 (patch)
treed6b6d1904b69148a5d21a4f63a2d53003c88c6b9
parentce17f108f62f7e1de55ff552324b2fa52116fe1c (diff)
parent4bfa2357f78fe4b3f9c1e203d2959846ac6c511c (diff)
downloadrand_chacha-4efa43e0a7fce8b382466b03839d5d855b47f8e5.tar.gz
Fix rand_chacha/METADATA am: 9aa0d59dd7 am: 2504cc3842 am: b797e10693 am: 4bfa2357f7
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1414174 Change-Id: I0e1c692e17113c1c362e39e313e80dbbf6666128
-rw-r--r--METADATA15
1 files changed, 8 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index 433ae78..7898235 100644
--- a/METADATA
+++ b/METADATA
@@ -1,18 +1,19 @@
name: "rand_chacha"
-description:
- "ChaCha random number generator"
-
+description: "ChaCha random number generator"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/rand_chacha"
}
url {
- type: GIT
- value: "https://github.com/rust-random/rand"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/rand_chacha/rand_chacha-0.2.2.crate"
}
version: "0.2.2"
- last_upgrade_date { year: 2020 month: 6 day: 18 }
- # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 18
+ }
}