Skip to content

Commit

Permalink
Merge pull request #48 from EspressoSystems/update/hotshot
Browse files Browse the repository at this point in the history
Update HotShot
  • Loading branch information
jbearer authored Apr 22, 2024
2 parents 5c55f7b + 50d99ec commit ecd750f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
29 changes: 13 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derivative = "2.2"
derive_more = "0.99"
either = { version = "1.10", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
tagged-base64 = "0.4"
Expand All @@ -27,6 +27,6 @@ tracing = "0.1"
vbs = "0.1.4"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
portpicker = "0.1.1"
surf-disco = "0.6"

0 comments on commit ecd750f

Please sign in to comment.