From 0718fc5acbe91b84322ef1bd2c32e189e4668254 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 9 Jun 2024 07:40:47 -0400 Subject: [PATCH] 1.10.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68ac658c6..4fe3be20a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "1.10.4" #:version +version = "1.10.5" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] license = "MIT OR Apache-2.0" readme = "README.md"