From 9870c06e6c772daaad7ab612faab29130753e41c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 24 Oct 2024 10:17:01 -0400 Subject: [PATCH] 1.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12516c6dd..60be5b9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "1.11.0" #:version +version = "1.11.1" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] license = "MIT OR Apache-2.0" readme = "README.md"