Skip to content

Commit

Permalink
use locked instead of frozen
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 3, 2023
1 parent 44f2bb8 commit add435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Build all Packages and Features
run: cargo check --all-features --frozen --profile dev
run: cargo check --all-features --locked --profile dev

0 comments on commit add435b

Please sign in to comment.