From a8c866d1ea08a2e5613bd5811f146b7c2e5cf987 Mon Sep 17 00:00:00 2001 From: John Nagle Date: Sun, 1 Feb 2015 22:24:50 -0800 Subject: [PATCH] Use explicit versions for regex and regex_macros. Avoid using undocumented "*" feature. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4422fe..89956af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "chrono" [dependencies] time = "0.1.14" -regex = "*" -regex_macros = "*" +regex = "0.1.12" +regex_macros = "0.1.6"