6 changes: 6 additions & 0 deletions 6 libssh2-sys/lib.rs Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -498,6 +498,12 @@ extern "C" { shost: *const c_char, sport: c_int,...
libz-sys= {version="1.1.0",default-features=false,features= ["libc"] } [target."cfg(unix)".dependencies] openssl-sys="0.9.35" 7libssh2-sys/build.rs @@ -10,7 +10,9 @@ use std::path::{Path, PathBuf}; usestd::process::Command; ...
The current situation with LIBSSH2_SYS_USE_PKG_CONFIG appears to me like this: It's off by default, causing libssh2-sys to use its shipped libssh None of this is documented, and the code comments only refer to #88 which does not give a criterion for which versions of libssh are OK D...
* Update libssh2-sys to 0.2.21 in ssh2 dependencies * Update parking_lot to 0.11 Signed-off-by: Akira Moroo <retrage01@gmail.com>master (alexcrichton/ssh2-rs#210) retrage committed Mar 9, 2021 Verified 1 parent 3b9fc6f commit 124a367 Showing 1 changed file with 2 additions and 2...
cannot find function `read_to_string` in module `fs` --> /yocto/weinmann/build/tmp/work/x86_64-linux/cargo-native/0.25.0-r0/cargo_home/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.2.11/build.rs:99:26 | 99 | let config = fs::read_to_string("libssh2/src/libssh2_config_...
2 changes: 1 addition & 1 deletion 2 libssh2-sys/libssh2 Show comments Submodule libssh2 updated 3 files +1 −0 src/CMakeLists.txt +63 −16 src/wincng.c +9 −4 src/wincng.h 0 comments on commit 070835d Please sign in to comment. Footer...
("-ffile-prefix-map={}=/libssh2-sys/out", dst.to_string_lossy())); if cfg!(target_os = "linux") { cfg.flag(&format!("-ffile-prefix-map={}=/libssh2-sys/out", dst.to_string_lossy())); } cfg.define("HAVE_SNPRINTF", None); cfg.define("HAVE_UNISTD_H", None); cfg....
* Update libssh2-sys to 0.2.21 in ssh2 dependencies * Update parking_lot to 0.11 Signed-off-by: Akira Moroo <retrage01@gmail.com>master (alexcrichton/ssh2-rs#210) retrage committed Mar 9, 2021 1 parent 3b9fc6f commit 124a367 Showing 1 changed file with 2 additions and 2 deletions...
* Update libssh2-sys to 0.2.21 in ssh2 dependencies * Update parking_lot to 0.11 Signed-off-by: Akira Moroo <retrage01@gmail.com>master (alexcrichton/ssh2-rs#210) retrage committed Mar 9, 2021 Verified 1 parent 3b9fc6f commit 124a367 Showing 1 changed file with 2 additions and 2...
2 changes: 1 addition & 1 deletion 2 libssh2-sys/Cargo.toml Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" version = "0.2.20" version = "0.2.21" authors = ["Alex Crichton...