Update Rust version

This causes the Serai node to compile and run again.
This commit is contained in:
Luke Parker
2025-08-15 15:26:16 -04:00
parent 0c2f2979a9
commit b743c9a43e
5 changed files with 24 additions and 5 deletions

View File

@@ -1 +1 @@
nightly-2024-09-01
nightly-2025-08-01

View File

@@ -26,7 +26,7 @@ jobs:
uses: ./.github/actions/build-dependencies
- name: Install nightly rust
run: rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -t wasm32v1-none -c clippy
run: rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -t wasm32v1-none -c rust-src -c clippy
- name: Run Clippy
run: cargo +${{ steps.nightly.outputs.version }} clippy --all-features --all-targets -- -D warnings -A clippy::items_after_test_module