From bfd86b48136afd66e19bb4fedcd6a214639d6b43 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:26:16 +1000 Subject: [PATCH] Update makefile with :soroban-dev -> :future --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c49fd394..9b14dc51 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ build-testing: HORIZON_REF=horizon-v2.27.0 \ SOROBAN_RPC_REF=v20.1.0 -build-soroban-dev: - $(MAKE) build TAG=soroban-dev \ +build-future: + $(MAKE) build TAG=future \ XDR_REF=v20.0.2 \ CORE_REF=v20.1.0 \ CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \