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