From 0687dc7255530596f77b7c834aefadab2b76f58b Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 8 Mar 2023 15:47:40 +0200 Subject: Vendor git2 to make it easier to deploy shackle without dynamic libs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f70f9a..e9a1547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -git2 = "0.16.1" +git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } nom = "7.1.3" rexpect = "0.5.0" thiserror = "1.0.38" -- cgit v1.2.3