Migrate ff, group, pairing, and bellman to rand 0.6

This commit is contained in:
Jack Grigg
2019-07-12 23:51:35 -04:00
parent 5728bda2c1
commit 83e1af104e
16 changed files with 154 additions and 31 deletions

View File

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