blob: 26956495639b63b46abc11aeea434dea5f0d4690 [file] [log] [blame]
Colin Crossccdf9382023-02-03 14:36:58 -08001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/ring
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Jeff Vander Stoep39e02b12020-12-04 13:57:34 +01005name: "ring"
6description: "Safe, fast, small crypto using Rust."
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/ring"
11 }
12 url {
13 type: ARCHIVE
Colin Crossccdf9382023-02-03 14:36:58 -080014 value: "https://static.crates.io/crates/ring/ring-0.17.0-alpha.11.crate"
Jeff Vander Stoep39e02b12020-12-04 13:57:34 +010015 }
Colin Crossccdf9382023-02-03 14:36:58 -080016 version: "0.17.0-alpha.11"
Jeff Vander Stoep39e02b12020-12-04 13:57:34 +010017 license_type: NOTICE
18 last_upgrade_date {
Colin Crossccdf9382023-02-03 14:36:58 -080019 year: 2023
20 month: 2
21 day: 3
Jeff Vander Stoep39e02b12020-12-04 13:57:34 +010022 }
23}