We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33914a commit b361f93Copy full SHA for b361f93
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
cargo fmt --all -- --check
22
23
- name: Run clippy
24
- uses: actions-rs-plus/[email protected].0
+ uses: actions-rs-plus/[email protected].1
25
with:
26
args: --all -- -D warnings
27
0 commit comments