From 6f93923374891e973ff7dec773e4339c7add049e Mon Sep 17 00:00:00 2001 From: Lukasz Rzasik Date: Mon, 30 Sep 2024 11:12:43 +0200 Subject: [PATCH] Switch to new HS release --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2c4062..d5efc56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2975,7 +2975,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-broadcast", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "async-trait", "clap", @@ -3070,7 +3070,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-broadcast", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-broadcast", @@ -3148,7 +3148,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-broadcast", @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "ark-bn254", @@ -4237,7 +4237,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.76" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.76#b715bd4976daccfda8087a050cad152c3415f6ab" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index b2adea4..1ee5d2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,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", branch = "bump/rc-0.5.76" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } snafu = "0.8" @@ -28,6 +28,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } portpicker = "0.1.1" surf-disco = "0.9"