Skip to content

Commit 6d1ca83

Browse files
committed
bump libssh2-sys version to reflect API addition
1 parent abb7bd0 commit 6d1ca83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ vendored-openssl = ["libssh2-sys/vendored-openssl"]
1919
[dependencies]
2020
bitflags = "1.0.4"
2121
libc = "0.2"
22-
libssh2-sys = { path = "libssh2-sys", version = "0.2.4" }
22+
libssh2-sys = { path = "libssh2-sys", version = "0.3.0" }
2323

2424
[dev-dependencies]
2525
tempdir = "0.3"

libssh2-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 = "libssh2-sys"
3-
version = "0.2.11"
3+
version = "0.3.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "ssh2"
66
build = "build.rs"

0 commit comments

Comments
 (0)