Skip to content

Commit 4d2b073

Browse files
authored
Merge pull request #57 from EspressoSystems/jp/fix-method-signature
Update HotShot Types
2 parents e0dd5c5 + 260a922 commit 4d2b073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4"
3+
version = "0.1.5"
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.9" }
13+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.10" }
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)