From 5471b67121ae7658a75428f3057e7af7ac179f06 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 27 Feb 2017 23:49:51 -0500 Subject: [PATCH] chore: updates version to next release num --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7aa58a71..e29abea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.20.5" +version = "2.21.0" authors = ["Kevin K. "] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] repository = "https://github.com/kbknapp/clap-rs.git" @@ -29,8 +29,8 @@ clippy = { version = "~0.0.112", optional = true } atty = { version = "0.2.2", optional = true } [dev-dependencies] -regex = "~0.1.80" -lazy_static = "~0.2" +regex = "0.2" +lazy_static = "0.2" [features] default = ["suggestions", "color", "wrap_help"]