From 47f742b767e144e24b33ea72dea356676b9dd1f0 Mon Sep 17 00:00:00 2001 From: Zaba505 Date: Mon, 14 Sep 2020 00:34:50 -0400 Subject: [PATCH] chore(0.6.1): bump cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4509194..cfa06b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pflag" description = "A crate implementing POSIX/GNU-style --flags." -version = "0.6.0" +version = "0.6.1" keywords = ["command-line", "flags", "args"] categories = ["command-line-interface"] authors = ["z5labs"]