Skip to content

Commit

Permalink
Merge branch 'main' into adding_vbs_support
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Mar 19, 2024
2 parents 7aa0ba0 + 4d2b073 commit cb9402b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
34 changes: 15 additions & 19 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
@@ -1,6 +1,6 @@
[package]
name = "hs-builder-api"
version = "0.1.4"
version = "0.1.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -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", branch = "adding_vbs_support" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.11" }
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }
Expand Down

0 comments on commit cb9402b

Please sign in to comment.