Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 104b5b6

Browse files
committed
[Cargo.toml] update rand to 0.7 (breaking change)
1 parent 9791e79 commit 104b5b6

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
@@ -28,7 +28,7 @@ dev = ["clippy"]
2828
[dependencies]
2929
arrayvec = "0.4"
3030
clippy = {version = "0.0", optional = true}
31-
rand = "0.6"
31+
rand = "0.7"
3232

3333
[dev-dependencies]
3434
hex = "0.3.1"

0 commit comments

Comments
 (0)