Merge pull request #1143 from succinctlabs/build_issue_on_mac_M2

Build issues on Mac M2: add "Itertools/use_std" flag to "std"
This commit is contained in:
Nicholas Ward 2023-07-21 13:42:48 -07:00 committed by GitHub
commit 167518ed28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]