aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-10 20:24:21 -0700
committerHaibo Huang <hhb@google.com>2020-07-10 20:24:21 -0700
commit16e11beaa28884abb35f33cd9849bad491d6bd4d (patch)
treec92cd5f80f968e9a5a087c4037e3020c2dfcbf8b /METADATA
parent93c59c1336c3e8b51d8a94655fd25495462036e3 (diff)
downloadremain-16e11beaa28884abb35f33cd9849bad491d6bd4d.tar.gz
Upgrade rust/crates/remain to 0.2.2
Change-Id: I5090ad4cf3bcd642d320ca40c98d74d3e3f63eef
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
+ }
}