From 4aa6719e684b29693fd6bbdd5680ed039da99b8d Mon Sep 17 00:00:00 2001 From: blockiosaurus <90809591+blockiosaurus@users.noreply.github.com> Date: Fri, 12 Apr 2024 06:30:02 -0400 Subject: [PATCH] Update deploy-rust-client.yml --- .github/workflows/deploy-rust-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-rust-client.yml b/.github/workflows/deploy-rust-client.yml index 3a9ca004..74a4f2be 100644 --- a/.github/workflows/deploy-rust-client.yml +++ b/.github/workflows/deploy-rust-client.yml @@ -65,7 +65,7 @@ jobs: - name: Install Rust uses: metaplex-foundation/actions/install-rust@v1 with: - toolchain: "1.70.0" + toolchain: "1.75.0" - name: Install cargo-release uses: metaplex-foundation/actions/install-cargo-release@v1 @@ -102,4 +102,4 @@ jobs: if: github.event.inputs.dry_run == 'false' with: commit_message: "chore: Release mpl-bubblegum version ${{ env.PROGRAM_VERSION }}" - tagging_message: mpl-bubblegum@v${{ env.PROGRAM_VERSION }} \ No newline at end of file + tagging_message: mpl-bubblegum@v${{ env.PROGRAM_VERSION }}