Skip to content

Commit

Permalink
Merge pull request #92 from EspressoSystems/fix_mc_conflicts
Browse files Browse the repository at this point in the history
Fix mc conflicts
  • Loading branch information
nyospe authored Apr 23, 2024
2 parents f7cbcc3 + 8b399ff commit b05760a
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 170 deletions.
33 changes: 15 additions & 18 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.7"
version = "0.1.9"
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.40" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.9" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.10" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
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.40" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.41" }
Loading

0 comments on commit b05760a

Please sign in to comment.