Skip to content

Commit 7fa55ea

Browse files
authored
Merge pull request #348 from yodaldevoid/release
bump versions
2 parents 378a198 + 8ff4bef commit 7fa55ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh2"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Alex Crichton <[email protected]>", "Wez Furlong <[email protected]>", "Matteo Bigoi <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
keywords = ["ssh"]
@@ -20,7 +20,7 @@ openssl-on-win32 = ["libssh2-sys/openssl-on-win32"]
2020
[dependencies]
2121
bitflags = "2"
2222
libc = "0.2"
23-
libssh2-sys = { path = "libssh2-sys", version = "0.3.0" }
23+
libssh2-sys = { path = "libssh2-sys", version = "0.3.1" }
2424
parking_lot = "0.12"
2525

2626
[dev-dependencies]

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.3.0"
3+
version = "0.3.1"
44
authors = ["Alex Crichton <[email protected]>", "Wez Furlong <[email protected]>", "Matteo Bigoi <[email protected]>"]
55
links = "ssh2"
66
build = "build.rs"

0 commit comments

Comments
 (0)