Skip to content

Commit 8eb5ea2

Browse files
committed
cargo: Lock dependencies to current versions
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent 82d4d8e commit 8eb5ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repository = "https://github.com/rye/eb"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
clap = "*"
14-
rand = "*"
13+
clap = "2.33.0"
14+
rand = "0.7.0"

0 commit comments

Comments
 (0)