Skip to content

Commit

Permalink
Merge pull request #49 from EspressoSystems/ag/update-types
Browse files Browse the repository at this point in the history
Update hotshot-types dependency
  • Loading branch information
QuentinI authored Mar 14, 2024
2 parents cdfaf76 + aafb138 commit 83c8a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "env"] }
derive_more = "0.99"
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "v0.1.0" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.5" }
serde = { version = "1.0", features = ["derive"] }
snafu = { version = "0.7", features = ["backtraces"] }
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }
Expand Down

0 comments on commit 83c8a25

Please sign in to comment.