Browse Source

Update Cargo.toml

master
Pratyush Mishra 4 years ago
parent
commit
762793ccbd
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      crypto-primitives/Cargo.toml
  2. +0
    -1
      r1cs-std/Cargo.toml

+ 0
- 1
crypto-primitives/Cargo.toml

@ -32,7 +32,6 @@ bench-utils = { path = "../bench-utils" }
digest = "0.7" digest = "0.7"
blake2 = "0.7" blake2 = "0.7"
num-traits = { version = "0.2.11" }
rand = { version = "0.7" } rand = { version = "0.7" }
derivative = "1" derivative = "1"
rayon = "1" rayon = "1"

+ 0
- 1
r1cs-std/Cargo.toml

@ -25,7 +25,6 @@ edition = "2018"
algebra = { path = "../algebra" } algebra = { path = "../algebra" }
r1cs-core = { path = "../r1cs-core" } r1cs-core = { path = "../r1cs-core" }
derivative = "1" derivative = "1"
num-traits = { version = "0.2.11" }
radix_trie = "0.1" radix_trie = "0.1"
[dev-dependencies] [dev-dependencies]

Loading…
Cancel
Save