We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0dd5c5 + 260a922 commit 4d2b073Copy full SHA for 4d2b073
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hs-builder-api"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,7 +10,7 @@ async-trait = "0.1"
10
clap = { version = "4.4", features = ["derive", "env"] }
11
derive_more = "0.99"
12
futures = "0.3"
13
-hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.9" }
+hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.10" }
14
serde = { version = "1.0", features = ["derive"] }
15
snafu = { version = "0.7", features = ["backtraces"] }
16
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }
0 commit comments