Skip to content

Commit

Permalink
remove rayon from dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 22, 2024
1 parent 5de5f06 commit 8f18a55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cryptography/kzg_multi_open/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ bls12_381 = { workspace = true }
polynomial = { workspace = true }
maybe_rayon = { workspace = true }
hex = { workspace = true }
rayon = { workspace = true, optional = true }
sha2 = "0.10.8"

[dev-dependencies]
criterion = "0.5.1"
rand = "0.8.4"

[features]
default = []
multithreading = ["rayon", "maybe_rayon/multithreading"]
singlethreading = ["bls12_381/blst-no-threads"]
multithreading = ["maybe_rayon/multithreading"]

[[bench]]
name = "benchmark"
Expand Down

0 comments on commit 8f18a55

Please sign in to comment.