We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22736d commit 8a2a79bCopy full SHA for 8a2a79b
.github/workflows/rust.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Install Rust
33
uses: dtolnay/rust-toolchain@v1
34
with:
35
+ toolchain: stable
36
components: clippy, rustfmt
37
- name: Rust fmt
38
run: cargo fmt --all -- --check
0 commit comments