From 36cfe502376946c5da94f36a5cfd9c3f51fabb53 Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Tue, 12 Mar 2024 11:44:53 -0400 Subject: [PATCH] refere hotshot-types --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ed0812..68a0d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hs-builder-api" +name = "hotshot-events-service" version = "0.1.1" edition = "2021" @@ -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.git", tag = "0.5.21" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "v0.1.0" } 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" }