Skip to content

Commit

Permalink
chore: Upgrade boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 15, 2022
1 parent 9bc0af8 commit 73847b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/committed
rev: v0.2.5
rev: v1.0.1
hooks:
- id: committed
stages: [commit-msg]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ test-%:
cargo test ${_FEATURES_${@:test-%=%}} ${ARGS}

clippy-%:
cargo clippy ${_FEATURES_${@:clippy-%=%}} ${ARGS} --all-targets -- -D warnings
cargo clippy ${_FEATURES_${@:clippy-%=%}} ${ARGS} --all-targets -- -D warnings -A deprecated

0 comments on commit 73847b3

Please sign in to comment.