From 68c4f0b7b7f500e0ab3fbdd42c14f837c4ed1be4 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 9 Jun 2024 07:33:44 -0400 Subject: [PATCH] regex-automata-0.4.7 --- 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 40a0ebfb9..97bfacfec 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.4.6" #:version +version = "0.4.7" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"