Skip to content

Commit b165085

Browse files
committed
fix Cargo toml
1 parent ec94ce3 commit b165085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ debug = true
6060

6161
[features]
6262
default = ["std", "parallel"]
63-
std = [ "ark-ff/std", "ark-ec/std", "ark-poly/std", "ark-std/std", "ark-serialize/std" ]
63+
std = [ "ark-ff/std", "ark-ec/std", "ark-poly/std", "ark-std/std", "ark-relations/std", "ark-serialize/std" ]
6464
print-trace = [ "bench-utils/print-trace" ]
6565
parallel = [ "std", "ark-ff/parallel", "ark-ec/parallel", "ark-poly/parallel", "ark-std/parallel", "rayon" ]

0 commit comments

Comments
 (0)