You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libssh2-sys/libssh2-sys-fix-metadata.diff

15 lines
447 B

5 years ago
--- libssh2-sys-0.2.19/Cargo.toml 2020-08-18T22:56:04+00:00
+++ libssh2-sys-0.2.19/Cargo.toml 2020-08-20T00:03:16.766016+00:00
@@ -36,11 +36,5 @@
7 years ago
[build-dependencies.pkg-config]
version = "0.3.11"
-
-[features]
-vendored-openssl = ["openssl-sys/vendored"]
5 years ago
-zlib-ng-compat = ["libz-sys/zlib-ng"]
7 years ago
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
[target."cfg(unix)".dependencies.openssl-sys]
7 years ago
version = "0.9.35"