From 762793ccbdd225f72baa16dd080e536a07f6b90c Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Sat, 18 Jan 2020 18:08:43 -0800 Subject: [PATCH] Update Cargo.toml --- crypto-primitives/Cargo.toml | 1 - r1cs-std/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto-primitives/Cargo.toml b/crypto-primitives/Cargo.toml index 4d3566d..3b937c8 100644 --- a/crypto-primitives/Cargo.toml +++ b/crypto-primitives/Cargo.toml @@ -32,7 +32,6 @@ bench-utils = { path = "../bench-utils" } digest = "0.7" blake2 = "0.7" -num-traits = { version = "0.2.11" } rand = { version = "0.7" } derivative = "1" rayon = "1" diff --git a/r1cs-std/Cargo.toml b/r1cs-std/Cargo.toml index b72a8f0..a797398 100644 --- a/r1cs-std/Cargo.toml +++ b/r1cs-std/Cargo.toml @@ -25,7 +25,6 @@ edition = "2018" algebra = { path = "../algebra" } r1cs-core = { path = "../r1cs-core" } derivative = "1" -num-traits = { version = "0.2.11" } radix_trie = "0.1" [dev-dependencies]