default-features

This commit is contained in:
M Alghazwi 2025-02-07 11:00:59 +01:00
parent db4653a2a4
commit 8bc9e71fdc
No known key found for this signature in database
GPG Key ID: 646E567CAD7DB607

View File

@ -4,11 +4,11 @@ resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.89"}
unroll = { version = "0.1.5", default-features = false }
plonky2 = { version = "1.0.0", default-features = false }
plonky2_field = { version = "1.0.0", default-features = false }
plonky2_maybe_rayon = { version = "1.0.0", default-features = false }
itertools = { version = "0.12.1", default-features = false }
unroll = { version = "0.1.5"}
plonky2 = { version = "1.0.0" }
plonky2_field = { version = "1.0.0" }
plonky2_maybe_rayon = { version = "1.0.0"}
itertools = { version = "0.12.1"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0.10"