Add rust-toolchain.toml

This ensures that, by default, developers use the toolchain that is also tested
in CI, avoiding spurious warnings from lints added in new compiler versions.
This commit is contained in:
Xiretza
2025-08-07 21:12:58 +00:00
parent 54e8ad7e90
commit 921aaa0786
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ permissions:
runs:
using: "composite"
steps:
# also update in rust-toolchain.toml
- uses: dtolnay/rust-toolchain@1.88
with:
targets: ${{ inputs.targets }}