Skip to content

Commit

Permalink
execution-core: add parallel feature
Browse files Browse the repository at this point in the history
See also #1149
  • Loading branch information
herr-seppia committed Jun 14, 2024
1 parent 37d55eb commit 923cbe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions execution-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ phoenix-core = { version = "0.26", default-features = false, features = ["rkyv-i
dusk-bytes = "0.1"
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
bytecheck = { version = "0.6", default-features = false }

[features]
parallel = ["bls12_381-bls/parallel"]

0 comments on commit 923cbe2

Please sign in to comment.