Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 22, 2024
1 parent 8f18a55 commit 03e8cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cryptography/bls12_381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ subtle = { version = ">=2.5.0, <3.0" }
criterion = "0.5.1"
rand = "0.8.4"

[features]
blst-no-threads = ["blst/no-threads"]

[[bench]]
name = "benchmark"
harness = false
1 change: 0 additions & 1 deletion maybe_rayon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ repository = { workspace = true }
rayon = { workspace = true, optional = true }

[features]
default = []
multithreading = ["rayon"]

0 comments on commit 03e8cdc

Please sign in to comment.