diff --git a/regex-automata/Cargo.toml b/regex-automata/Cargo.toml index c7e949c4c..7d47140b0 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.3.8" #:version +version = "0.3.9" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata"