Skip to content

Commit 006b0bf

Browse files
committed
build(deps): add features to cargo-husky
1 parent 15c994f commit 006b0bf

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

rustmail/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@ tower-http = { version = "0.6.8", features = ["compression-gzip", "compression-b
3434
version = "1.19.0"
3535
features = ["v4"]
3636

37-
[dev-dependencies.cargo-husky]
38-
version = "1.5.0"
39-
default-features = true
40-
features = ["precommit-hook", "run-cargo-check", "run-cargo-fmt", "run-for-all"]
41-
42-
[package.metadata.husky]
43-
hooks = { pre-commit = "cargo fmt --all -- --check", pre-push = "cargo test --workspace" }
37+
[dev-dependencies]
38+
cargo-husky = { version = "1.5.0", default-features = false, features = ["run-for-all", "run-cargo-fmt", "precommit-hook", "run-cargo-test", "run-cargo-check"] }

0 commit comments

Comments
 (0)