Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
move47 committed Apr 16, 2024
1 parent 70ba4e3 commit a8adfb3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 @@ -18,7 +18,7 @@ derive_more = "0.99"
derivative = "2.2"
either = { version = "1.10", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.36" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "nfy/builder_commitment_support" }
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
tagged-base64 = "0.4"
Expand All @@ -28,6 +28,6 @@ tracing = "0.1"
vbs = "0.1.4"

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

0 comments on commit a8adfb3

Please sign in to comment.