mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Migrate ff, group, pairing, and bellman to rand 0.6
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user