diff --git a/regex-syntax/Cargo.toml b/regex-syntax/Cargo.toml index c9ce87da7..1a25d1ce6 100644 --- a/regex-syntax/Cargo.toml +++ b/regex-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-syntax" -version = "0.8.2" #:version +version = "0.8.3" #:version authors = ["The Rust Project Developers", "Andrew Gallant "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/regex/tree/master/regex-syntax"