Skip to content

Commit

Permalink
Merge pull request #53 from EspressoSystems/cl/deps
Browse files Browse the repository at this point in the history
chore: bump up `hotshot-types` to 0.1.7
  • Loading branch information
mrain authored Mar 15, 2024
2 parents 44c614d + ee51fe9 commit 51d4933
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 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.1"
version = "0.1.2"
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", tag = "0.1.6" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.7" }
serde = { version = "1.0", features = ["derive"] }
snafu = { version = "0.7", features = ["backtraces"] }
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }
Expand Down

0 comments on commit 51d4933

Please sign in to comment.