From 837fd85e79fac2a4ea64030411b9a4a7b17dfa42 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 1 Nov 2023 11:53:34 -0400 Subject: [PATCH] regex-cli-0.2.0 --- regex-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-cli/Cargo.toml b/regex-cli/Cargo.toml index 3fe5390aa..a107c09df 100644 --- a/regex-cli/Cargo.toml +++ b/regex-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-cli" -version = "0.1.1" #:version +version = "0.2.0" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = """ A command line tool for debugging, ad hoc benchmarking and generating regular