From ab88aa5c6824ebe7c4b4c72fe5191681783b3a68 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 2 Aug 2024 11:10:04 -0400 Subject: [PATCH] 1.10.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fe3be20a..37696cf46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "1.10.5" #:version +version = "1.10.6" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] license = "MIT OR Apache-2.0" readme = "README.md"