Migrate remaining crates to rand_core 0.4

This commit is contained in:
Jack Grigg
2019-07-13 01:54:47 -04:00
parent 8f7adec0d9
commit b0913afdd7
9 changed files with 28 additions and 31 deletions

View File

@@ -11,6 +11,6 @@ blake2b_simd = "0.5"
byteorder = "1"
ff = { path = "../ff" }
pairing = { path = "../pairing" }
rand = "0.5"
rand_os = "0.1"
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }