Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from EspressoSystems/jp/update-hotshot-0-5-43
Browse files Browse the repository at this point in the history
update hotshot
  • Loading branch information
jparr721 authored Apr 24, 2024
2 parents 83fc202 + dd59fc4 commit a7d7368
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotshot-builder-core"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -15,10 +15,10 @@ async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "env"] }
committable = "0.2"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.42" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.42" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.11" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.42" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.43" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.43" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.12" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.43" }
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
snafu = "0.8"
Expand All @@ -29,4 +29,4 @@ tracing = "0.1"
vbs = "0.1"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.42" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.43" }

0 comments on commit a7d7368

Please sign in to comment.