Skip to content

Commit

Permalink
remove --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Jul 16, 2024
1 parent 4604a4f commit be2f663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
- name: Run Clippy
uses: actions-rs-plus/clippy-check@v2
with:
args: --workspace --all-features --locked
# no --locked as this is a library and we want to use latest dependencies in CI
args: --workspace --all-features

0 comments on commit be2f663

Please sign in to comment.