We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8db023 commit 1c99269Copy full SHA for 1c99269
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Rust
21
uses: actions-rs/toolchain@v1
22
with:
23
- toolchain: stable
+ toolchain: 1.86.0
24
components: rustfmt, clippy
25
override: true
26
0 commit comments