diff --git a/Cargo.toml b/Cargo.toml index a93be560..0c615bd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ members = [ ] [workspace.dependencies] -hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" } +hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74", features = ["dependency-tasks"] } hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.74" } -hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" } +hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74", features = ["dependency-tasks"] } hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" } hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" }