mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Update Cargo.toml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user