move git2 to workspace dependency globally

This commit is contained in:
KCaverly 2023-09-19 16:13:47 -04:00
parent 183758a7c5
commit d85acceeec
8 changed files with 9 additions and 53 deletions

View file

@ -26,7 +26,7 @@ lazy_static.workspace = true
parking_lot.workspace = true
smol.workspace = true
regex.workspace = true
git2 = { version = "0.15", default-features = false }
git2.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true