aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:39:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:39:49 +0000
commit4bfa2357f78fe4b3f9c1e203d2959846ac6c511c (patch)
treed6b6d1904b69148a5d21a4f63a2d53003c88c6b9
parent8437dd85ad887b45c4d52b43c891f34138549531 (diff)
parentb797e1069311fdddab313a9900c83ec0ba1f21d5 (diff)
downloadrand_chacha-4bfa2357f78fe4b3f9c1e203d2959846ac6c511c.tar.gz
Fix rand_chacha/METADATA am: 9aa0d59dd7 am: 2504cc3842 am: b797e10693
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1414174 Change-Id: I4db9a1ee9128770b83a2726e0f8c4cc61506ae29
-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
+ }
}