Fix bitflags/METADATA am: e68ed0e1a6 am: 506efc2ebd am: 515d292c67
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/bitflags/+/1414088
Change-Id: Ic5a2b8f1f02e4de52a2c8cc23a1537d3216a9d16
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
+ }
}