Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
toolchain: "1.88"
components: clippy
- uses: clechasseur/[email protected].1
- uses: clechasseur/[email protected].2
with:
# setup-rust-toolchain already sets `-D warnings`, but we leave this
# here to make the behavior explicit.
Expand All @@ -69,7 +69,7 @@ jobs:
components: clippy
# Defaults to '-D warnings', so clear it out manually.
rustflags: ''
- uses: clechasseur/[email protected].1
- uses: clechasseur/[email protected].2
with:
args: --all-targets --all-features

Expand Down
Loading