Skip to content

Commit

Permalink
Update fixed rust version to nightly build that is roughly equivalent…
Browse files Browse the repository at this point in the history
… to current stable
  • Loading branch information
simon-wh committed Oct 29, 2024
1 parent 9704624 commit 2df26d7
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-2023-08-01
toolchain: nightly-2024-08-30
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-2023-08-01
nightly-2024-08-30

0 comments on commit 2df26d7

Please sign in to comment.