--- cargo-crates/git2-0.19.0/Cargo.toml.orig 1970-01-01 00:00:01 UTC +++ cargo-crates/git2-0.19.0/Cargo.toml @@ -69,10 +69,6 @@ vendored-libgit2 = ["libgit2-sys/vendored"] ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"] unstable = [] vendored-libgit2 = ["libgit2-sys/vendored"] -vendored-openssl = [ - "openssl-sys/vendored", - "libgit2-sys/vendored-openssl", -] zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]