From 58e16f50f07729bf856570d1a8be0de0b4d5e9e0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 29 Sep 2024 09:28:28 -0400 Subject: [PATCH] regex-automata-0.4.8 --- 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 075a9aff3..61a51e51c 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.4.7" #:version +version = "0.4.8" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"