diff --git a/.github/workflows/deploy-rust-client.yml b/.github/workflows/deploy-rust-client.yml index 4a2e56ea..93dd7096 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.72.0" - name: Install cargo-release uses: metaplex-foundation/actions/install-cargo-release@v1