From 728c79ff839b38d023665fc78daf435479bb2a94 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:17:43 -0400 Subject: [PATCH] Move testcontainers dep to dev-deps in Cargo.toml (#1377) --- cmd/crates/stellar-ledger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crates/stellar-ledger/Cargo.toml b/cmd/crates/stellar-ledger/Cargo.toml index 8fa593a5a..24d2e8a74 100644 --- a/cmd/crates/stellar-ledger/Cargo.toml +++ b/cmd/crates/stellar-ledger/Cargo.toml @@ -32,7 +32,6 @@ home = "0.5.9" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11", features = ["json"] } soroban-rpc.workspace = true -testcontainers = { git = "https://github.com/testcontainers/testcontainers-rs.git", rev = "4b3e4f08a2c0bdf521636b03f959f004e6d216aa" } phf = { version = "0.11.2", features = ["macros"] } futures = "0.3.30" async-trait = { workspace = true } @@ -50,6 +49,7 @@ pretty_assertions = "1.2.1" serial_test = "3.0.0" httpmock = "0.7.0-rc.1" test-case = "*" +testcontainers = { git = "https://github.com/testcontainers/testcontainers-rs.git", rev = "4b3e4f08a2c0bdf521636b03f959f004e6d216aa" } [features]