From 1a069b9232c607b34c4937122361aa075ef573fa Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 11 Nov 2024 10:16:22 -0500 Subject: [PATCH] regex-automata-0.4.9 --- 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 61a51e51c..19d9dc229 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.4.8" #:version +version = "0.4.9" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"