diff --git a/Cargo.toml b/Cargo.toml index 51a7718..d5cbb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex" -version = "0.1.39" +version = "0.1.40" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" @@ -36,7 +36,7 @@ bench = true [dependencies] aho-corasick = "0.2" memchr = "0.1" -regex-syntax = { path = "regex-syntax", version = "0.1" } +regex-syntax = { path = "regex-syntax", version = "0.2" } [dev-dependencies] rand = "0.3" diff --git a/regex-syntax/Cargo.toml b/regex-syntax/Cargo.toml index f79dff4..9c64a9c 100644 --- a/regex-syntax/Cargo.toml +++ b/regex-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-syntax" -version = "0.1.3" +version = "0.2.0" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex" diff --git a/regex_macros/Cargo.toml b/regex_macros/Cargo.toml index 452d78d..9f840f5 100644 --- a/regex_macros/Cargo.toml +++ b/regex_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex_macros" -version = "0.1.20" +version = "0.1.21" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex"