Colin Cross | ccdf938 | 2023-02-03 14:36:58 -0800 | [diff] [blame] | 1 | # 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 Stoep | 39e02b1 | 2020-12-04 13:57:34 +0100 | [diff] [blame] | 5 | name: "ring" |
| 6 | description: "Safe, fast, small crypto using Rust." |
| 7 | third_party { |
| 8 | url { |
| 9 | type: HOMEPAGE |
| 10 | value: "https://crates.io/crates/ring" |
| 11 | } |
| 12 | url { |
| 13 | type: ARCHIVE |
Colin Cross | ccdf938 | 2023-02-03 14:36:58 -0800 | [diff] [blame] | 14 | value: "https://static.crates.io/crates/ring/ring-0.17.0-alpha.11.crate" |
Jeff Vander Stoep | 39e02b1 | 2020-12-04 13:57:34 +0100 | [diff] [blame] | 15 | } |
Colin Cross | ccdf938 | 2023-02-03 14:36:58 -0800 | [diff] [blame] | 16 | version: "0.17.0-alpha.11" |
Jeff Vander Stoep | 39e02b1 | 2020-12-04 13:57:34 +0100 | [diff] [blame] | 17 | license_type: NOTICE |
| 18 | last_upgrade_date { |
Colin Cross | ccdf938 | 2023-02-03 14:36:58 -0800 | [diff] [blame] | 19 | year: 2023 |
| 20 | month: 2 |
| 21 | day: 3 |
Jeff Vander Stoep | 39e02b1 | 2020-12-04 13:57:34 +0100 | [diff] [blame] | 22 | } |
| 23 | } |