Brian Silverman | 7d89e28 | 2021-11-17 17:36:54 -0800 | [diff] [blame^] | 1 | diff --git a/Cargo.toml b/Cargo.toml |
| 2 | index 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 |