Skip to content

Commit 51d4933

Browse files
authored
Merge pull request #53 from EspressoSystems/cl/deps
chore: bump up `hotshot-types` to 0.1.7
2 parents 44c614d + ee51fe9 commit 51d4933

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 9 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.1"
3+
version = "0.1.2"
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.git", tag = "0.1.6" }
13+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.7" }
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)