Skip to content

Commit 98a4515

Browse files
authored
Merge pull request #689 from RalfJung/rustup
lower rand version requirement
2 parents c758a79 + b031213 commit 98a4515

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
@@ -45,7 +45,7 @@ shell-escape = "0.1.4"
4545
# for more information.
4646
rustc-workspace-hack = "1.0.0"
4747
hex = "0.3.2"
48-
rand = "0.6.5"
48+
rand = "0.6"
4949

5050
[build-dependencies]
5151
vergen = "3"

0 commit comments

Comments
 (0)