Skip to content

Commit e67a63d

Browse files
committed
add sftpserver.c
1 parent afa9459 commit e67a63d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

libssh-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libssh-rs-sys"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Wez Furlong"]
55
edition = "2018"
66
links = "libssh"

libssh-rs-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ fn main() {
236236
"server.c",
237237
"session.c",
238238
"sftp.c",
239+
"sftpserver.c",
239240
"sftp_common.c",
240241
"sftp_aio.c",
241242
"socket.c",

libssh-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
[dependencies]
1212
bitflags = "1.3"
1313
libc = "0.2"
14-
libssh-rs-sys = { version = "0.2.5", path = "../libssh-rs-sys" }
14+
libssh-rs-sys = { version = "0.2.6", path = "../libssh-rs-sys" }
1515
thiserror = "1.0"
1616
openssl-sys = "0.9.105"
1717

0 commit comments

Comments
 (0)