Skip to content

Commit e0dd5c5

Browse files
authored
Merge pull request #56 from EspressoSystems/jp/issue-2621
Move to Latest HotShot-Types
2 parents cf429b2 + 6f0057a commit e0dd5c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hs-builder-api"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,7 +10,7 @@ async-trait = "0.1"
1010
clap = { version = "4.4", features = ["derive", "env"] }
1111
derive_more = "0.99"
1212
futures = "0.3"
13-
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.8" }
13+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.9" }
1414
serde = { version = "1.0", features = ["derive"] }
1515
snafu = { version = "0.7", features = ["backtraces"] }
1616
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }

0 commit comments

Comments
 (0)