Skip to content

Commit 73847b3

Browse files
committed
chore: Upgrade boilerplate
1 parent 9bc0af8 commit 73847b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: detect-private-key
1616
stages: [commit]
1717
- repo: https://github.com/crate-ci/committed
18-
rev: v0.2.5
18+
rev: v1.0.1
1919
hooks:
2020
- id: committed
2121
stages: [commit-msg]

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ test-%:
2828
cargo test ${_FEATURES_${@:test-%=%}} ${ARGS}
2929

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

0 commit comments

Comments
 (0)