diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index 8be69ed7..40c4da86 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -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]