From b93d49ebd3eaf65dea06841ebfa3aedac7ebdc2d Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Tue, 15 Nov 2022 23:43:56 +0100 Subject: [PATCH] ci: Bump rust stable version for twotx build (#3813) --- .github/workflows/pull-request-token.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-token.yml b/.github/workflows/pull-request-token.yml index c81bbb30..2983eee7 100644 --- a/.github/workflows/pull-request-token.yml +++ b/.github/workflows/pull-request-token.yml @@ -86,7 +86,7 @@ jobs: - name: Set env vars run: | - echo "RUST_STABLE_VERSION=1.63.0" >> $GITHUB_ENV + echo "RUST_STABLE_VERSION=1.65.0" >> $GITHUB_ENV source ci/rust-version.sh echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV source ci/solana-version.sh