From 1a90797c0a91e37516b5978eb66a366b0d4bce86 Mon Sep 17 00:00:00 2001 From: Arlo Siemsen Date: Thu, 7 Dec 2023 19:23:33 -0600 Subject: [PATCH] all-static feature includes vendored-libgit2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90d2a3c04ed..0381173dd4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -246,7 +246,7 @@ doc = false vendored-openssl = ["openssl/vendored"] vendored-libgit2 = ["libgit2-sys/vendored"] # This is primarily used by rust-lang/rust distributing cargo the executable. -all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx'] +all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx', 'vendored-libgit2'] [lints] workspace = true