aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index e716c0b..b31e492 100644
--- a/METADATA
+++ b/METADATA
@@ -1,9 +1,5 @@
name: "remain"
-description:
- "This crate provides an attribute macro to check at compile time that the "
- "variants of an enum or the arms of a match expression are written in "
- "sorted order."
-
+description: "This crate provides an attribute macro to check at compile time that the variants of an enum or the arms of a match expression are written in sorted order."
third_party {
url {
type: HOMEPAGE
@@ -13,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/dtolnay/remain"
}
- version: "0.2.1"
+ version: "0.2.2"
license_type: NOTICE
- last_upgrade_date { year: 2020 month: 3 day: 5 }
+ last_upgrade_date {
+ year: 2020
+ month: 7
+ day: 10
+ }
}