From 06f952b9acfea6fc3cf55a29e65bc2ac85c6f6b5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 26 Oct 2016 18:31:33 -0400 Subject: [PATCH] regex-syntax-0.3.8 --- 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 e202bdd..ee00ec0 100644 --- a/regex-syntax/Cargo.toml +++ b/regex-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regex-syntax" -version = "0.3.7" #:version +version = "0.3.8" #:version authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/regex"