Skip to content

Commit

Permalink
Use Rust v1.75 equivalent nightly as project isn't ready for newer ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
simon-wh committed Oct 29, 2024
1 parent 2df26d7 commit 6ad2a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-08-30
nightly-2023-11-10

0 comments on commit 6ad2a75

Please sign in to comment.