We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4aeab4 + 006b0bf commit eac6ee3Copy full SHA for eac6ee3
1 file changed
rustmail/Cargo.toml
@@ -36,7 +36,4 @@ version = "1.19.0"
36
features = ["v4"]
37
38
[dev-dependencies]
39
-cargo-husky = { version = "1.5.0", default-features = false, features = ["run-for-all", "run-cargo-fmt", "precommit-hook", "run-cargo-test", "run-cargo-check"] }
40
-
41
-[package.metadata.husky]
42
-hooks = { pre-commit = "cargo fmt --all -- --check", pre-push = "cargo test --workspace" }
+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