Bump Rust to 1.96.0 and fix clippy lints (#5733)

This commit is contained in:
Quentin Gliech
2026-06-17 14:04:45 +02:00
committed by GitHub
29 changed files with 120 additions and 81 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ jobs:
# sync with Dockerfile.
#
# --override sets this as the default rust toolchain version in this directory.
run: rustup toolchain install 1.93.0 --profile minimal --component clippy --override
run: rustup toolchain install 1.96.0 --profile minimal --component clippy --override
- uses: ./.github/actions/build-policies