Skip to content

fix: cargo-husky is a regular dependency - #4

Open
webbrain-one wants to merge 1 commit into
akinsella:mainfrom
webbrain-one:webbrain/issue-3
Open

webbrain-one wants to merge 1 commit into
akinsella:mainfrom
webbrain-one:webbrain/issue-3

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #3

cargo-husky was listed as a regular dependency, causing its build
script to run for downstream consumers. This installed git hooks in
consumer repositories and ran checks on their code.

Moving it to dev-dependencies restricts hook installation to this
crate's development workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cargo-husky is a regular dependency

1 participant