mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
Migrate ff, group, pairing, and bellman to rand 0.6
This commit is contained in:
@@ -15,13 +15,13 @@ homepage = "https://github.com/ebfull/pairing"
|
||||
repository = "https://github.com/ebfull/pairing"
|
||||
|
||||
[dependencies]
|
||||
rand_core = "0.3"
|
||||
rand_core = "0.4"
|
||||
byteorder = "1"
|
||||
ff = { path = "../ff", features = ["derive"] }
|
||||
group = { path = "../group" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.5"
|
||||
rand_xorshift = "0.1"
|
||||
|
||||
[features]
|
||||
unstable-features = ["expose-arith"]
|
||||
|
Reference in New Issue
Block a user