Disable unnecessary libgit2 cargo features
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
b9d84df127
commit
c4da8c46f7
2 changed files with 1 additions and 19 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue