forked from kemitix/git-next
chore: Remove cc-cli from dev dependencies
cc-cli is only needed by cargo-run-bin for git commit hooks. git-next doesn't use it directly in it's own code.
This commit is contained in:
parent
1207bbcff3
commit
e63f54d4b9
1 changed files with 1 additions and 3 deletions
|
@ -18,11 +18,9 @@ tracing-subscriber = "0.3"
|
|||
tempfile = "3.10"
|
||||
|
||||
[dev-dependencies]
|
||||
# Conventional commits githook
|
||||
cc-cli = "0.1.5"
|
||||
|
||||
# Testing
|
||||
test-log = "0.2"
|
||||
|
||||
[package.metadata.bin]
|
||||
# Conventional commits githook
|
||||
cc-cli = { version = "0.1" }
|
||||
|
|
Loading…
Reference in a new issue