From fb5868fcc7aff41e87d267f8dc18ca11fdca0b87 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 5 Jul 2015 11:47:31 -0400 Subject: [PATCH] version bump --- regex-syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-syntax/Cargo.toml b/regex-syntax/Cargo.toml index dc1f06f..f79dff4 100644 --- a/regex-syntax/Cargo.toml +++ b/regex-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-syntax" -version = "0.1.2" +version = "0.1.3" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex"