forked from mirrors/jj
In lib, make "testing" feature depend on "git"
If not, `cargo build --no-default-features --features testing` will fail.
This commit is contained in:
parent
0fd1969e8f
commit
4cca84515a
1 changed files with 1 additions and 1 deletions
|
@ -95,4 +95,4 @@ default = ["git"]
|
||||||
git = ["dep:git2", "dep:gix"]
|
git = ["dep:git2", "dep:gix"]
|
||||||
vendored-openssl = ["git2/vendored-openssl"]
|
vendored-openssl = ["git2/vendored-openssl"]
|
||||||
watchman = ["dep:tokio", "dep:watchman_client"]
|
watchman = ["dep:tokio", "dep:watchman_client"]
|
||||||
testing = []
|
testing = ["git"]
|
||||||
|
|
Loading…
Reference in a new issue