mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
Specify rand_core >= 0.5.1 for OsRng import.
This commit is contained in:
parent
524055bbb4
commit
93563c3c65
@ -24,6 +24,6 @@ libc = "0.2"
|
||||
pairing = { path = "../pairing" }
|
||||
lazy_static = "1"
|
||||
byteorder = "1"
|
||||
rand_core = "0.5"
|
||||
rand_core = "0.5.1"
|
||||
zcash_primitives = { path = "../zcash_primitives" }
|
||||
zcash_proofs = { path = "../zcash_proofs" }
|
||||
|
@ -20,7 +20,7 @@ lazy_static = "1"
|
||||
log = "0.4"
|
||||
pairing = { path = "../pairing" }
|
||||
rand = "0.7"
|
||||
rand_core = "0.5"
|
||||
rand_core = "0.5.1"
|
||||
sha2 = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -14,7 +14,7 @@ byteorder = "1"
|
||||
directories = { version = "1", optional = true }
|
||||
ff = { path = "../ff" }
|
||||
pairing = { path = "../pairing" }
|
||||
rand_core = "0.5"
|
||||
rand_core = "0.5.1"
|
||||
zcash_primitives = { path = "../zcash_primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user