From 7476e4ea28c5f15ac3099f4e8c86e9f5997aa6a2 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Sat, 28 Sep 2019 12:49:37 +0300 Subject: [PATCH] alphabetical order --- zcash_proofs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index 95e6ff2..64bd4a1 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -13,8 +13,8 @@ byteorder = "1" directories = { version = "1", optional = true } ff = { path = "../ff" } pairing = { path = "../pairing" } -zcash_primitives = { path = "../zcash_primitives" } rand_core = "0.5" +zcash_primitives = { path = "../zcash_primitives" } [dev-dependencies] rand_xorshift = "0.2"