diff --git a/Cargo.toml b/Cargo.toml index d629c8f698..1ab01cbca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "0.1.28" +version = "0.1.29" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/regex_macros/Cargo.toml b/regex_macros/Cargo.toml index e34ccad739..92202647a9 100644 --- a/regex_macros/Cargo.toml +++ b/regex_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex_macros" -version = "0.1.15" +version = "0.1.16" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex"