Update to Rust 1.89, address newly added lints

This commit is contained in:
Xiretza
2025-08-07 21:25:42 +00:00
parent f806d35af8
commit 894d4ecc53
10 changed files with 22 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ runs:
using: "composite"
steps:
# also update in rust-toolchain.toml
- uses: dtolnay/rust-toolchain@1.88.0
- uses: dtolnay/rust-toolchain@1.89.0
with:
targets: ${{ inputs.targets }}
components: ${{ inputs.components }}