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 afa9459 commit e67a63dCopy full SHA for e67a63d
libssh-rs-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libssh-rs-sys"
3
-version = "0.2.5"
+version = "0.2.6"
4
authors = ["Wez Furlong"]
5
edition = "2018"
6
links = "libssh"
libssh-rs-sys/build.rs
@@ -236,6 +236,7 @@ fn main() {
236
"server.c",
237
"session.c",
238
"sftp.c",
239
+ "sftpserver.c",
240
"sftp_common.c",
241
"sftp_aio.c",
242
"socket.c",
libssh-rs/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT"
11
[dependencies]
12
bitflags = "1.3"
13
libc = "0.2"
14
-libssh-rs-sys = { version = "0.2.5", path = "../libssh-rs-sys" }
+libssh-rs-sys = { version = "0.2.6", path = "../libssh-rs-sys" }
15
thiserror = "1.0"
16
openssl-sys = "0.9.105"
17
0 commit comments