Skip to content

Commit

Permalink
consensus: change bls12_381-sign to use parallel feature
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Nov 28, 2023
1 parent 3736afc commit 941319a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ overflow-checks = true

[profile.release.package.transfer-contract]
overflow-checks = true

[patch.crates-io]
dusk-bls12_381-sign = { version = "0.5.0", git="https://github.com/dusk-network/bls12_381-sign", tag="parallel_feat"}
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"
dusk-bls12_381-sign = { version = "0.5" }
dusk-bls12_381-sign = { version = "0.5", 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 941319a

Please sign in to comment.