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