Skip to content

Commit

Permalink
feat(cargo): configure cargo-husky to use user-hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 3, 2024
1 parent c83e443 commit 1260647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ members = [
[workspace.dependencies.cargo-husky]
version = "1.5"
default-features = false
features = [ "run-for-all", "prepush-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt" ]
features = [ "user-hooks" ]

0 comments on commit 1260647

Please sign in to comment.