diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8047c72..423e2cc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Setup rust toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly-2024-08-30 + toolchain: nightly-2023-11-10 targets: ${{ matrix.target }} - uses: davidB/rust-cargo-make@v1 # This doesn't work on custom win runner, so we just skip it as it's installed already anyway diff --git a/rust-toolchain b/rust-toolchain index 168029d..47c90f7 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2024-08-30 +nightly-2023-11-10