Skip to content

Commit

Permalink
Update HotShot
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 29, 2024
1 parent 4059c54 commit 1e9f8a1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ resolver = "2"
members = ["contract-bindings", "contracts/rust", "sequencer", "utils"]

[workspace.dependencies]
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-signature-key = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-state-prover = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-web-server = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.3" }
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-signature-key = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-state-prover = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-web-server = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.5.4" }

hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", branch = "release-gibraltar" }

Expand Down

0 comments on commit 1e9f8a1

Please sign in to comment.