Codebase list rust-stfu8 / 9c5d8dd
libssh2-sys: consolidate deps to reduce features Ximin Luo 2 years ago
3 changed file(s) with 19 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Package libssh2-sys 0.2.23 from crates.io using debcargo 2.4.4
33
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 21:10:29 +0100
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 22:08:41 +0100
55
66 rust-libssh2-sys (0.2.20-1) unstable; urgency=medium
77
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -38,11 +38,9 @@
3 version = "0.3.11"
4
5 [features]
6 -openssl-on-win32 = ["openssl-sys"]
7 +
8 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
9 version = "0.2"
10 -[target."cfg(unix)".dependencies.openssl-sys]
11 -version = "0.9.35"
12 -[target."cfg(windows)".dependencies.openssl-sys]
13 +
14 +[dependencies.openssl-sys]
15 version = "0.9.35"
16 -optional = true
00 disable-vendored.patch
11 no-special-snowflake-env.patch
22 remove-zlib-ng-compat.patch
3 combine-dup-deps.patch