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 abb7bd0 commit 6d1ca83Copy full SHA for 6d1ca83
Cargo.toml
@@ -19,7 +19,7 @@ vendored-openssl = ["libssh2-sys/vendored-openssl"]
19
[dependencies]
20
bitflags = "1.0.4"
21
libc = "0.2"
22
-libssh2-sys = { path = "libssh2-sys", version = "0.2.4" }
+libssh2-sys = { path = "libssh2-sys", version = "0.3.0" }
23
24
[dev-dependencies]
25
tempdir = "0.3"
libssh2-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libssh2-sys"
3
-version = "0.2.11"
+version = "0.3.0"
4
authors = ["Alex Crichton <[email protected]>"]
5
links = "ssh2"
6
build = "build.rs"
0 commit comments