From 67fdd27d04743ffdd074c6db652e848562feade9 Mon Sep 17 00:00:00 2001 From: Morgan Phillips Date: Tue, 23 Aug 2016 13:33:51 -0700 Subject: [PATCH] Synchronize regex versions --- src/tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/Cargo.toml b/src/tools/Cargo.toml index b5ee718222..79e9d2685d 100644 --- a/src/tools/Cargo.toml +++ b/src/tools/Cargo.toml @@ -14,4 +14,4 @@ cretonne = { path = "../libcretonne" } cretonne-reader = { path = "../libreader" } docopt = "0.6.80" rustc-serialize = "0.3.19" -regex = "0.1.73" +regex = "0.1.71"