From a087beb84fa98aeffce086e88d3e8217bb591db8 Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Fri, 1 Nov 2024 09:13:26 +0100 Subject: [PATCH] Bump builder --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5c2d7026..a62bb2c0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4179,8 +4179,8 @@ dependencies = [ [[package]] name = "hotshot-builder-core" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53#2922d96b85c4b71abd516f1aaf9f4c522cec8b07" +version = "0.1.52" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53-patch1#7bdbd642041fc91342ce3a51cef9050e3bf0f71e" dependencies = [ "anyhow", "async-broadcast", @@ -6325,8 +6325,8 @@ dependencies = [ [[package]] name = "marketplace-builder-core" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53#2922d96b85c4b71abd516f1aaf9f4c522cec8b07" +version = "0.1.52" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53-patch1#7bdbd642041fc91342ce3a51cef9050e3bf0f71e" dependencies = [ "anyhow", "async-broadcast", @@ -6367,8 +6367,8 @@ dependencies = [ [[package]] name = "marketplace-builder-shared" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53#2922d96b85c4b71abd516f1aaf9f4c522cec8b07" +version = "0.1.52" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.53-patch1#7bdbd642041fc91342ce3a51cef9050e3bf0f71e" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index 291f740df..1aeb06f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,9 +60,9 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.78-patch4" } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.78-patch4" } -hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53" } -marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53" } -marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53" } +hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53-patch1" } +marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53-patch1" } +marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.53-patch1" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.51" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.78-patch4" } hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.67" }