From 93b8f259e4347e7b4bf987fe5301800684efd619 Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Thu, 5 Dec 2024 16:05:52 +0100 Subject: [PATCH] tag --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a67023b..59b36dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1.12", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.82" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.82" } libp2p-identity = { version = "0.2", features = ["serde"] } rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } @@ -27,6 +27,6 @@ tracing-test = "0.2" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.82" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.82" } portpicker = "0.1.1" surf-disco = "0.9"