Skip to content

Commit

Permalink
In lib, make "testing" feature depend on "git"
Browse files Browse the repository at this point in the history
If not, `cargo build --no-default-features --features testing` will fail.
  • Loading branch information
jonathantanmy committed Jun 12, 2024
1 parent 0fd1969 commit 4cca845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 4cca845

Please sign in to comment.