Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
bump hotshot dependency hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pls148 committed Jan 28, 2025
1 parent 183fa21 commit e2a6475
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 267 deletions.
36 changes: 16 additions & 20 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ version = "0.1.59"
edition = "2021"

[workspace.dependencies]
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.84" }
hotshot-macros = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-testing = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/0.5.84" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.58" }
hotshot-macros = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-testing = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.84" }

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

0 comments on commit e2a6475

Please sign in to comment.