Skip to content

Commit b53824d

Browse files
authored
increased the rust toolchain version on e2e test config (#377)
1 parent ccf84e9 commit b53824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
SYSTEM_TEST_DOCKER_REPO_TAG: "2opremio/system-test"
1919
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "main"
2020
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_REPO: "https://github.com/stellar/soroban-examples.git"
21-
SYSTEM_TEST_RUST_TOOLCHAIN_VERSION: "1.66.0"
21+
SYSTEM_TEST_RUST_TOOLCHAIN_VERSION: "stable"
2222
SYSTEM_TEST_CORE_DEBIAN_VERSION: "19.6.1-1158.c0ad35aa1.focal~soroban"
2323
SYSTEM_TEST_HORIZON_DEBIAN_VERSION: "2.22.0~soroban-322"
2424
SYSTEM_TEST_VERBOSE_OUTPUT: "true"

0 commit comments

Comments
 (0)