1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Index: cargo/Cargo.toml
===================================================================
--- cargo.orig/Cargo.toml
+++ cargo/Cargo.toml
@@ -325,16 +325,6 @@ default-features = false
version = "0.4.42"
default-features = false
-[features]
-all-static = [
- "vendored-openssl",
- "curl/static-curl",
- "curl/force-system-lib-on-osx",
- "vendored-libgit2",
-]
-vendored-libgit2 = ["libgit2-sys/vendored"]
-vendored-openssl = ["openssl/vendored"]
-
[target."cfg(not(windows))".dependencies.openssl]
version = "=0.10.57"
optional = true
|