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