mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Specify rand_core >= 0.5.1 for OsRng import.
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user