Skip to content

Commit

Permalink
Switch to new HS release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Sep 30, 2024
1 parent 2c097e8 commit c7fa32f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ members = [
]

[workspace.dependencies]
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76", features = ["dependency-tasks"] }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.76" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76", features = ["dependency-tasks"] }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76", features = ["dependency-tasks"] }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.48" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76", features = ["dependency-tasks"] }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" }

anyhow = "1"
async-broadcast = "0.7"
Expand Down

0 comments on commit c7fa32f

Please sign in to comment.