fix: add itertools/use_std feature flag for [std]

This commit is contained in:
Tamir Hemo 2023-07-20 11:36:31 -07:00
parent 2d8c02bff2
commit 8a86e1956e

View File

@ -14,7 +14,7 @@ edition = "2021"
default = ["gate_testing", "parallel", "rand_chacha", "std", "timing"]
gate_testing = []
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
std = ["anyhow/std", "rand/std"]
std = ["anyhow/std", "rand/std", "itertools/use_std"]
timing = ["std"]
[dependencies]