We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfcd4d commit cf094dcCopy full SHA for cf094dc
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
run: cargo fetch
28
29
- name: Check Code Formatting
30
- run: cargo fmt -- --check
+ run: cargo +stable fmt -- --check
31
32
- name: Run Clippy
33
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo +stable clippy --all-targets --all-features -- -D warnings
34
35
- name: Build Project
36
run: cargo build --verbose
0 commit comments