Skip to content

Commit

Permalink
bump (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparr721 committed Jan 23, 2025
1 parent 4647c30 commit e8a11e5
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 31 deletions.
157 changes: 134 additions & 23 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", tag = "0.5.83" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.57" }
hotshot-macros = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
hotshot-testing = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.83" }
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" }

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

0 comments on commit e8a11e5

Please sign in to comment.