aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA25
1 files changed, 13 insertions, 12 deletions
diff --git a/METADATA b/METADATA
index e0e6f54..0b227f8 100644
--- a/METADATA
+++ b/METADATA
@@ -1,19 +1,20 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/rust/crates/num-bigint
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
name: "num-bigint"
description: "Big integer implementation for Rust"
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/num-bigint"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/num-bigint/num-bigint-0.4.3.crate"
- }
- version: "0.4.3"
license_type: NOTICE
last_upgrade_date {
- year: 2022
- month: 3
- day: 1
+ year: 2024
+ month: 2
+ day: 2
+ }
+ homepage: "https://crates.io/crates/num-bigint"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/num-bigint/num-bigint-0.4.4.crate"
+ version: "0.4.4"
}
}