Skip to content

Commit 7521af7

Browse files
committed
Avoid "*" for dependencies.
1 parent b2d2666 commit 7521af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ yare = "3"
2222
futures = "0.3"
2323
log = "0.4"
2424
lazy_static = "1"
25-
rand = "*"
25+
rand = "0"

0 commit comments

Comments
 (0)