mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +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"]
|
default = ["gate_testing", "parallel", "rand_chacha", "std", "timing"]
|
||||||
gate_testing = []
|
gate_testing = []
|
||||||
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
|
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
|
||||||
std = ["anyhow/std", "rand/std"]
|
std = ["anyhow/std", "rand/std", "itertools/use_std"]
|
||||||
timing = ["std"]
|
timing = ["std"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user