aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 22:39:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 22:39:44 +0000
commit7c0777bc34ab1d86ea9439810e01732a4075cb00 (patch)
tree505933e1edbd1f42f93ab276f05a9d070a1eb61f
parent181f7e683a6fa38844454306b37a547c58df4750 (diff)
parent7d09a3d99daf4fea7991bc6c198880fb23341a0a (diff)
downloadnum-traits-7c0777bc34ab1d86ea9439810e01732a4075cb00.tar.gz
Fix num-traits/METADATA am: 235913118b am: 7eec6a8f37 am: 7d09a3d99d
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/num-traits/+/1414114 Change-Id: I1d00fde9a8fcf16e0ff0e22d002833a1aa4ba9e9
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index cdc34ee..265e23e 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "num-traits"
-description:
- "Numeric traits for generic mathematics"
-
+description: "Numeric traits for generic mathematics"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/num-traits"
}
url {
- type: GIT
- value: "https://github.com/rust-num/num-traits"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/num-traits/num-traits-0.2.12.crate"
}
version: "0.2.12"
- last_upgrade_date { year: 2020 month: 7 day: 20 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 7
+ day: 20
+ }
}