From 0c0990399270277832fbb5b91a1fa118e6f63dba Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 21 Jan 2024 09:09:31 -0500 Subject: [PATCH] 1.10.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e00c39f38..c254659d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "1.10.2" #:version +version = "1.10.3" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] license = "MIT OR Apache-2.0" readme = "README.md"