Skip to content

Commit

Permalink
consensus: change execution-core to use parallel feature
Browse files Browse the repository at this point in the history
Resolves #1149
  • Loading branch information
herr-seppia committed Jun 14, 2024
1 parent 923cbe2 commit 398aab0
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 @@ -28,7 +28,7 @@ async-channel = "1.7.1"
async-trait = "0.1"
anyhow = "1.0"
node-data = { version = "0.1", path = "../node-data" }
execution-core = { version = "0.1.0", path = "../execution-core" }
execution-core = { version = "0.1.0", path = "../execution-core", features = ["parallel"] }
dusk-merkle = { version = "0.5", features = ["size_32"] }
thiserror = "1"
time-util = { version = "0.3", features = ["chrono"] }
Expand Down

0 comments on commit 398aab0

Please sign in to comment.