Disable unnecessary libgit2 cargo features

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
Julia 2022-09-15 18:50:31 -04:00
parent b9d84df127
commit c4da8c46f7
2 changed files with 1 additions and 19 deletions

View file

@ -51,7 +51,7 @@ smol = "1.2"
tree-sitter = "0.20"
tree-sitter-rust = { version = "*", optional = true }
tree-sitter-typescript = { version = "*", optional = true }
git2 = "0.15"
git2 = { version = "0.15", default-features = false }
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }