From fe377c13e97477174b4c2840a0e633fc55bbc11a Mon Sep 17 00:00:00 2001 From: Nathan F Yospe Date: Thu, 11 Jul 2024 12:59:12 -0400 Subject: [PATCH] For testing builder-core fixes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9822c77996..f013c0a790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4145,7 +4145,7 @@ dependencies = [ [[package]] name = "hotshot-builder-core" version = "0.1.26" -source = "git+https://github.com/EspressoSystems/hotshot-builder-core?tag=rc-0.1.33#e4368407d273fd600e4d3b9a5e48c466f64f54ec" +source = "git+https://github.com/EspressoSystems/hotshot-builder-core?branch=main#fdca8396e7b0f43d7ad455d8bad6a11e86f85df8" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index bc28a7ec67..213a109f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.61" } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.61" } -hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "rc-0.1.33" } +hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", branch = "main" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "rc-0.1.32" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.61" } hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "rc-0.1.44" }