lower rand version requirement

This commit is contained in:
Ralf Jung 2019-04-12 23:17:58 +02:00
parent aa79244b62
commit 98296d60e7

View file

@ -45,7 +45,7 @@ shell-escape = "0.1.4"
# for more information.
rustc-workspace-hack = "1.0.0"
hex = "0.3.2"
rand = "0.6.5"
rand = "0.6"
[build-dependencies]
vergen = "3"