aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-28 00:30:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-28 00:30:49 +0000
commit0146bd57b2ce9b6779b9fc0ecb4a7e3f1581bf52 (patch)
treed6b6d1904b69148a5d21a4f63a2d53003c88c6b9
parent6ca07085b7400f3a76f7bf7a65d35db5ef5a986f (diff)
parent561a060c0f295962320c94a07505364fa880512a (diff)
downloadrand_chacha-0146bd57b2ce9b6779b9fc0ecb4a7e3f1581bf52.tar.gz
Fix rand_chacha/METADATA am: 9aa0d59dd7 am: 2504cc3842 am: b797e10693 am: 4bfa2357f7 am: 4efa43e0a7 am: 561a060c0f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1414174 Change-Id: Ieee6fb060bc41576e209ed4f4fc4aad72e76f456
-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
+ }
}