aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 21:50:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 21:50:30 +0000
commit2504cc3842ac7d199a3222e1d7e3490ce16fef8b (patch)
treed6b6d1904b69148a5d21a4f63a2d53003c88c6b9
parent50fff578acfaf38ced20a99f1a30fcdb09259056 (diff)
parent9aa0d59dd715cd60d6b25e58446372b467ea09aa (diff)
downloadrand_chacha-2504cc3842ac7d199a3222e1d7e3490ce16fef8b.tar.gz
Fix rand_chacha/METADATA am: 9aa0d59dd7
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1414174 Change-Id: Iea81d02df50f365a5b9ff235b6469ed8b282d2c4
-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
+ }
}