move git2 to workspace dependency globally
This commit is contained in:
parent
183758a7c5
commit
d85acceeec
8 changed files with 9 additions and 53 deletions
|
@ -51,11 +51,11 @@ project = { path = "../project", features = ["test-support"] }
|
|||
rpc = { path = "../rpc", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"]}
|
||||
git2 = { version = "0.15"}
|
||||
rust-embed = { version = "8.0", features = ["include-exclude"] }
|
||||
client = { path = "../client" }
|
||||
zed = { path = "../zed"}
|
||||
node_runtime = { path = "../node_runtime"}
|
||||
git2.workspace = true
|
||||
|
||||
pretty_assertions.workspace = true
|
||||
rand.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue