From c7fa32faf1a7664469543453760e7adc54376f10 Mon Sep 17 00:00:00 2001 From: Lukasz Rzasik Date: Mon, 30 Sep 2024 11:35:28 +0200 Subject: [PATCH] Switch to new HS release --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db82f3c..8c89e4f 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", @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" version = "0.1.48" -source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?branch=hotshot/rc-0.5.76#bc00475222bc949a673e46822d670671cf1b45f4" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.48#6f93923374891e973ff7dec773e4339c7add049e" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3101,7 +3101,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", @@ -3134,7 +3134,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", @@ -3164,7 +3164,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", @@ -3179,7 +3179,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", @@ -3216,7 +3216,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", @@ -4268,7 +4268,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 d78cebf..f825c3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ members = [ ] [workspace.dependencies] -hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76", features = ["dependency-tasks"] } -hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" } -hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.76" } -hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76", features = ["dependency-tasks"] } -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" } -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" } +hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76", features = ["dependency-tasks"] } +hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } +hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.48" } +hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76", features = ["dependency-tasks"] } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } anyhow = "1" async-broadcast = "0.7"