]> git.lizzy.rs Git - rust.git/commitdiff
un-wildcard stuff
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 22 Jan 2016 13:09:40 +0000 (18:39 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 22 Jan 2016 13:09:40 +0000 (18:39 +0530)
Cargo.toml

index 36b95ebe30fba3763c44857e165376a20603806b..b74db8f95ac8a45e857c8867d78db6c82c510f46 100644 (file)
@@ -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]