From bd723f90400938ffe1df54ccea8f29b621c8bc0a Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Mon, 16 Sep 2019 23:06:37 -0700 Subject: [PATCH] Initial commit --- r1cs-std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r1cs-std/Cargo.toml b/r1cs-std/Cargo.toml index dbbd86d..e793f1a 100644 --- a/r1cs-std/Cargo.toml +++ b/r1cs-std/Cargo.toml @@ -28,4 +28,4 @@ derivative = "1" radix_trie = "0.1" [dev-dependencies] -rand = { version = "0.4" } +rand = { version = "0.7" }