move git2 to workspace dependency globally
This commit is contained in:
parent
183758a7c5
commit
d85acceeec
8 changed files with 9 additions and 53 deletions
|
@ -25,10 +25,10 @@ rust-embed.workspace = true
|
|||
tempdir = { workspace = true, optional = true }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
git2 = { version = "0.15", default-features = false, optional = true }
|
||||
git2 = { workspace = true, optional = true }
|
||||
dirs = "3.0"
|
||||
take-until = "0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir.workspace = true
|
||||
git2 = { version = "0.15", default-features = false }
|
||||
git2.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue