Skip to content

Commit

Permalink
consensus: change bls12_381-bls to use parallel feature
Browse files Browse the repository at this point in the history
See also #1149
  • Loading branch information
herr-seppia committed May 7, 2024
1 parent 6b55d2c commit 8f1afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = { version = "0.8", default-features = false, features = ["std_rng"] }
tokio = { version = "1", features = ["full"] }
tracing-subscriber = "0.2"
tracing = "0.1"
bls12_381-bls = { version = "0.2" }
bls12_381-bls = { version = "0.2", features = ["parallel"] }
sha3 = { version = "0.10" }
num-bigint = { version = "0.4.3", default-features = false }
hex = { version = "0.4.3" }
Expand Down

0 comments on commit 8f1afae

Please sign in to comment.