Migrate ff to rand_core 0.3 (used by rand 0.5)

This commit is contained in:
Jack Grigg
2019-07-10 18:35:05 -04:00
parent 9e758dc7d9
commit 7a6642b221
4 changed files with 43 additions and 28 deletions

View File

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