Migrate remaining crates to rand 0.5

This commit is contained in:
Jack Grigg
2019-07-11 09:03:04 -04:00
parent 6149166ccb
commit ccf75c39c1
6 changed files with 29 additions and 17 deletions

View File

@@ -13,4 +13,4 @@ sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }
[dev-dependencies]
rand = "0.4"
rand = "0.5"