We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec94ce3 commit b165085Copy full SHA for b165085
Cargo.toml
@@ -60,6 +60,6 @@ debug = true
60
61
[features]
62
default = ["std", "parallel"]
63
-std = [ "ark-ff/std", "ark-ec/std", "ark-poly/std", "ark-std/std", "ark-serialize/std" ]
+std = [ "ark-ff/std", "ark-ec/std", "ark-poly/std", "ark-std/std", "ark-relations/std", "ark-serialize/std" ]
64
print-trace = [ "bench-utils/print-trace" ]
65
parallel = [ "std", "ark-ff/parallel", "ark-ec/parallel", "ark-poly/parallel", "ark-std/parallel", "rayon" ]
0 commit comments