This builds libgit2 into the binary to avoid dependency problems on systems that don't have the required version of libgit2 yet. Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
@@ -62,6 +62,7 @@ features = ["format"]
version = "0.18"
optional = true
default-features = false
+features = ["vendored-libgit2"]
[target.'cfg(unix)'.dependencies]
uzers = "0.11.2"