aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ }
}