aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 21:50:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 21:50:18 +0000
commit506efc2ebd93eb89c3fcf36b3b29463bdd52b58c (patch)
tree0b77d4cc6e04e4ccbd5fcc0cde0db1ae85076861
parentbad47995267ffb02c19b35a2a5d88aede5a8b8cf (diff)
parente68ed0e1a61e37696bc3d9f1662ed9a67625eb5f (diff)
downloadbitflags-506efc2ebd93eb89c3fcf36b3b29463bdd52b58c.tar.gz
Fix bitflags/METADATA am: e68ed0e1a6
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/bitflags/+/1414088 Change-Id: Ic2508feff3ef1bbee0aeb436772ae0afff6c2354
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 6476537..fadefbd 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "bitflags"
-description:
- "A Rust macro to generate structures which behave like a set of bitflags."
-
+description: "A Rust macro to generate structures which behave like a set of bitflags."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/bitflags"
}
url {
- type: GIT
- value: "https://github.com/bitflags/bitflags"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/bitflags/bitflags-1.2.1.crate"
}
version: "1.2.1"
license_type: NOTICE
- last_upgrade_date { year: 2019 month: 12 day: 12 }
+ last_upgrade_date {
+ year: 2019
+ month: 12
+ day: 12
+ }
}