In lib, make "testing" feature depend on "git"

If not, `cargo build --no-default-features --features testing` will fail.
This commit is contained in:
Jonathan Tan 2024-06-11 13:24:36 -07:00 committed by jonathantanmy
parent 0fd1969e8f
commit 4cca84515a

View file

@ -95,4 +95,4 @@ default = ["git"]
git = ["dep:git2", "dep:gix"]
vendored-openssl = ["git2/vendored-openssl"]
watchman = ["dep:tokio", "dep:watchman_client"]
testing = []
testing = ["git"]