From 5dd042487749d9c2f2adaa6ae84d930fdee6c46a Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 22 Jan 2016 18:39:40 +0530 Subject: [PATCH] un-wildcard stuff --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36b95ebe30fb..b74db8f95ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ semver = "0.2.1" [dev-dependencies] compiletest_rs = "0.0.11" -regex = "*" -regex_macros = "*" -lazy_static = "*" +regex = "0.1.47" +regex_macros = "0.1.27" +lazy_static = "0.1.15" rustc-serialize = "0.3" [features]