mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
Migrate to rand 0.7
This commit is contained in:
@@ -13,5 +13,5 @@ sapling-crypto = { path = "../sapling-crypto" }
|
||||
zcash_primitives = { path = "../zcash_primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand_core = "0.4"
|
||||
rand_xorshift = "0.1"
|
||||
rand_core = "0.5"
|
||||
rand_xorshift = "0.2"
|
||||
|
Reference in New Issue
Block a user