Skip to content

Commit

Permalink
Fix pre-commit hook snippet in README.md (#627)
Browse files Browse the repository at this point in the history
Sorry, I just noticed that the snippet I added in #603 contained a small
error.

This also updates the tag in that snippet to the latest one.
  • Loading branch information
mlegner authored Mar 6, 2024
1 parent 3c07d9b commit f929379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ You can use `cargo-deny` with [pre-commit](https://pre-commit.com). Add it to yo

```yaml
- repo: https://github.com/EmbarkStudios/cargo-deny
rev: 0.14.11 # choose your preferred tag
rev: 0.14.16 # choose your preferred tag
hooks:
- id: cargo-deny
- args: ["--all-features", "check"] # optionally modify the arguments for cargo-deny (default arguments shown here)
args: ["--all-features", "check"] # optionally modify the arguments for cargo-deny (default arguments shown here)
```
## Contributing
Expand Down

0 comments on commit f929379

Please sign in to comment.