8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d391e9 commit d8ee105Copy full SHA for d8ee105
libgit2-sys/Cargo.toml
@@ -38,9 +38,4 @@ https = ["openssl-sys"]
38
ssh_key_from_memory = []
39
vendored = []
40
vendored-openssl = ["openssl-sys/vendored"]
41
-# Cargo does not support requiring features on an optional dependency without
42
-# requiring the dependency. Rather than introduce additional complexity, we
43
-# just require libssh2 when using zlib-ng-compat. This will require building
44
-# libssh2, but it will not add code to the final binary without the "ssh"
45
-# feature enabled.
46
-zlib-ng-compat = ["libz-sys/zlib-ng", "libssh2-sys/zlib-ng-compat"]
+zlib-ng-compat = ["libz-sys/zlib-ng", "libssh2-sys?/zlib-ng-compat"]
0 commit comments