From b5cceb64676001e284d7a2299e12317bff410705 Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 6 Dec 2023 11:25:21 +0000 Subject: [PATCH] fix TestGetPreflightDebug --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8f00a3fce..50037df6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ version = "20.0.0-rc4" version = "20.0.0" git = "https://github.com/stellar/rs-soroban-env" rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5" +features = ["testutils"] [workspace.dependencies.soroban-spec] version = "20.0.0"