mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
fix: add itertools/use_std feature flag for [std]
This commit is contained in:
parent
2d8c02bff2
commit
8a86e1956e
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user