mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 16:11:15 -03:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user