Skip to content

Commit

Permalink
Merge pull request #67 from EspressoSystems/jb/update-hotshot
Browse files Browse the repository at this point in the history
Update to HotShot 0.5.53
  • Loading branch information
jbearer authored May 10, 2024
2 parents f5f5ea9 + 8412ca6 commit ae2e647
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Test
run: |
cargo test --workspace --release --all-features --no-run
cargo test --workspace --release --all-features --verbose -- --test-threads 2
cargo test --workspace --release --all-features --verbose -- --nocapture --test-threads 2
timeout-minutes: 60
18 changes: 9 additions & 9 deletions Cargo.lock

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

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

Expand All @@ -17,7 +17,7 @@ derivative = "2.2"
derive_more = "0.99"
either = { version = "1", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.51" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.53" }
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.51" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.53" }
portpicker = "0.1.1"
surf-disco = "0.6"

0 comments on commit ae2e647

Please sign in to comment.