Fix bitflags/METADATA
Bug: 166324735
Test: make
Change-Id: I7722a5d0d557fcb80fbd50ab1119dcaf646658fa
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
+ }
}