From 894dcbe11e45d08b23db24f877574e06f3a69a35 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 2 Sep 2023 11:12:58 -0400 Subject: [PATCH] regex-automata-0.3.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 3cd9965b0..c7e949c4c 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.3.7" #:version +version = "0.3.8" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"