Skip to content

Commit

Permalink
Move testcontainers dep to dev-deps in Cargo.toml (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman authored Jun 17, 2024
1 parent 03d7024 commit 728c79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/stellar-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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]
Expand Down

0 comments on commit 728c79f

Please sign in to comment.