From c7b73d6fcdf47ec8f42bc8ee7fc45fbd1383cc23 Mon Sep 17 00:00:00 2001 From: Connor Barr Date: Fri, 8 Nov 2024 14:20:00 +0000 Subject: [PATCH] ci: rust version for deplyo --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 618e3658a..a20b27d89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 + with: + toolchain: 1.76.0 + components: rustfmt, clippy + profile: minimal + override: true - name: Download Contracts uses: actions/download-artifact@v3 with: