From 53786ce79766444a351539a6c1471edd03748feb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 5 Jul 2023 09:19:01 -0400 Subject: [PATCH] regex-cli-0.1.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 5b48921bb..f9dec0024 100644 --- a/regex-cli/Cargo.toml +++ b/regex-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-cli" -version = "0.0.1" #:version +version = "0.1.0" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = """ A command line tool for debugging, ad hoc benchmarking and generating regular