Migrate to rand 0.7

This commit is contained in:
Jack Grigg 2019-07-14 12:19:01 +01:00
parent 58415fba17
commit 89a68e121d
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ repository = "https://github.com/ebfull/ff"
[dependencies]
byteorder = "1"
rand_core = "0.4"
ff_derive = { version = "0.3.0", path = "ff_derive", optional = true }
rand_core = "0.5"
[features]
default = []