Skip to content

Commit

Permalink
fix: Run cargo-deny in locked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jan 15, 2025
1 parent b9cd7f5 commit 590c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
types: [file, toml]
files: Cargo\.(toml|lock)
pass_filenames: false
args: ["--all-features", "check"]
args: ["--frozen", "--all-features", "check"]

- id: test
name: test
Expand Down

0 comments on commit 590c5b9

Please sign in to comment.