version bumps.

This commit is contained in:
Andrew Gallant 2015-07-05 13:17:05 -04:00
parent cedfc8db51
commit d385028ed4
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"