From e63f54d4b969393e67311bc28aae436cdd06d6fe Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 12:07:17 +0100 Subject: [PATCH] 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. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4e2162..6b0ef5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }