blob: a0d588bf436a1e255e08f2f50e29ba06b1c82718 [file] [log] [blame]
Brian Silverman7d89e282021-11-17 17:36:54 -08001diff --git a/Cargo.toml b/Cargo.toml
2index 5837a47..d6ba77f 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5@@ -60,10 +60,3 @@ unstable = []
6 vendored-libgit2 = ["libgit2-sys/vendored"]
7 vendored-openssl = ["openssl-sys/vendored", "libgit2-sys/vendored-openssl"]
8 zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
9-[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
10-version = "0.1"
11-optional = true
12-
13-[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
14-version = "0.9.0"
15-optional = true