mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 23:06:45 +00:00
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"]
|
||||
vendored-openssl = ["git2/vendored-openssl"]
|
||||
watchman = ["dep:tokio", "dep:watchman_client"]
|
||||
testing = []
|
||||
testing = ["git"]
|
||||
|
|
Loading…
Reference in a new issue