Skip to content

Commit 5dd0424

Browse files
committed
un-wildcard stuff
1 parent 61bfaeb commit 5dd0424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ semver = "0.2.1"
2222

2323
[dev-dependencies]
2424
compiletest_rs = "0.0.11"
25-
regex = "*"
26-
regex_macros = "*"
27-
lazy_static = "*"
25+
regex = "0.1.47"
26+
regex_macros = "0.1.27"
27+
lazy_static = "0.1.15"
2828
rustc-serialize = "0.3"
2929

3030
[features]

0 commit comments

Comments
 (0)