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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user