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 7592e50 commit fbea411Copy full SHA for fbea411
libssh-rs-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libssh-rs-sys"
3
-version = "0.2.3"
+version = "0.2.4"
4
authors = ["Wez Furlong"]
5
edition = "2018"
6
links = "libssh"
libssh-rs/Cargo.toml
name = "libssh-rs"
-version = "0.3.2"
+version = "0.3.3"
repository = "https://github.com/wez/libssh-rs"
description = "Bindings to the libssh library"
@@ -11,7 +11,7 @@ license = "MIT"
11
[dependencies]
12
bitflags = "1.3"
13
libc = "0.2"
14
-libssh-rs-sys = { version = "0.2.3", path = "../libssh-rs-sys" }
+libssh-rs-sys = { version = "0.2.4", path = "../libssh-rs-sys" }
15
thiserror = "1.0"
16
openssl-sys = "0.9.93"
17
0 commit comments