From ddf485e2e813b62eff544d5c0eb57b3279439f8d Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 6 Dec 2023 12:08:39 +0000 Subject: [PATCH] only use testutils for preflight lib --- Cargo.toml | 1 - cmd/soroban-rpc/lib/preflight/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50037df6d..8f00a3fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ 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" diff --git a/cmd/soroban-rpc/lib/preflight/Cargo.toml b/cmd/soroban-rpc/lib/preflight/Cargo.toml index 6fb710f72..11cbb48aa 100644 --- a/cmd/soroban-rpc/lib/preflight/Cargo.toml +++ b/cmd/soroban-rpc/lib/preflight/Cargo.toml @@ -12,5 +12,5 @@ base64 = { workspace = true } thiserror = { workspace = true } libc = "0.2.147" sha2 = { workspace = true } -soroban-env-host = { workspace = true, features = ["recording_auth"]} +soroban-env-host = { workspace = true, features = ["recording_auth", "testutils"]} rand = "0.8.5"