Skip to content

Commit

Permalink
Fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Nov 30, 2023
1 parent 3a930bd commit b687e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ark-serialize.workspace = true
fflonk.workspace = true
merlin.workspace = true
rayon = { workspace = true, optional = true }
common = { path = "../common" }
common = { path = "../common", default-features = false }
blake2 = { version = "0.10", default-features = false }

[dev-dependencies]
Expand All @@ -26,5 +26,5 @@ ark-ed-on-bls12-381-bandersnatch = { version = "0.4", default-features = false }
[features]
default = []
std = ["ark-std/std", "ark-ff/std", "ark-ec/std", "ark-poly/std", "ark-serialize/std", "merlin/std", "fflonk/std", "common/std"]
parallel = ["std", "rayon", "ark-std/parallel", "ark-ff/parallel", "ark-ec/parallel", "ark-poly/parallel"]
print-trace = ["ark-std/print-trace"]
parallel = ["std", "rayon", "ark-std/parallel", "ark-ff/parallel", "ark-ec/parallel", "ark-poly/parallel", "common/parallel"]
print-trace = ["ark-std/print-trace", "common/print-trace"]

0 comments on commit b687e0e

Please sign in to comment.