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 7546a25 commit 8bb75b5Copy full SHA for 8bb75b5
libssh-rs-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libssh-rs-sys"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["Wez Furlong"]
5
edition = "2018"
6
links = "libssh"
libssh-rs/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT"
10
11
[dependencies]
12
bitflags = "1.3"
13
-libssh-rs-sys = { version = "0.1.3", path = "../libssh-rs-sys" }
+libssh-rs-sys = { version = "0.1.4", path = "../libssh-rs-sys" }
14
thiserror = "1.0"
15
# Pinned on this last version with openssl-src-300 until a newer release
16
# is made that unblocks it.
0 commit comments