From c4c76a19b80b981b249f2af1c7b66bcfb0ba1fa0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 9 Jun 2024 07:44:15 -0400 Subject: [PATCH] regex-test-0.1.1 --- regex-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-test/Cargo.toml b/regex-test/Cargo.toml index 729cd1987..1fadd5bca 100644 --- a/regex-test/Cargo.toml +++ b/regex-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-test" -version = "0.1.0" #:version +version = "0.1.1" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = """ Infrastructure for testing regexes.