diff --git a/Cargo.lock b/Cargo.lock index be95724b..ca27fa8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2370,7 +2370,7 @@ dependencies = [ [[package]] name = "soroban-test" version = "0.6.0" -source = "git+https://github.com/ahalabs/soroban-tools?branch=feat/test-lib#698479ce80506cdff5dd6859a2e42b91645913e0" +source = "git+https://github.com/ahalabs/soroban-tools?rev=1fe297b#1fe297bce06b5b0cb5c9a710031d8e3735eb2673" dependencies = [ "assert_cmd", "assert_fs", diff --git a/test/cli-tests/Cargo.toml b/test/cli-tests/Cargo.toml index 4d3a0ca6..a8d84020 100644 --- a/test/cli-tests/Cargo.toml +++ b/test/cli-tests/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["cdylib"] doctest = false [dev-dependencies] -soroban-test = { git = "https://github.com/ahalabs/soroban-tools", branch = "feat/test-lib" } \ No newline at end of file +soroban-test = { git = "https://github.com/ahalabs/soroban-tools", rev = "1fe297b" }