From d7f9347f2a8a7f4e7583c88876411da12a09b572 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 25 Jan 2024 10:25:38 -0500 Subject: [PATCH] regex-automata-0.4.5 --- regex-automata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-automata/Cargo.toml b/regex-automata/Cargo.toml index 7ca64eae7..199985f4e 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.4.4" #:version +version = "0.4.5" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"