Skip to content

Commit

Permalink
Merge pull request #348 from yodaldevoid/release
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
yodaldevoid authored Feb 1, 2025
2 parents 378a198 + 8ff4bef commit 7fa55ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
version = "0.9.4"
version = "0.9.5"
authors = ["Alex Crichton <[email protected]>", "Wez Furlong <[email protected]>", "Matteo Bigoi <[email protected]>"]
license = "MIT OR Apache-2.0"
keywords = ["ssh"]
Expand All @@ -20,7 +20,7 @@ openssl-on-win32 = ["libssh2-sys/openssl-on-win32"]
[dependencies]
bitflags = "2"
libc = "0.2"
libssh2-sys = { path = "libssh2-sys", version = "0.3.0" }
libssh2-sys = { path = "libssh2-sys", version = "0.3.1" }
parking_lot = "0.12"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libssh2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libssh2-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["Alex Crichton <[email protected]>", "Wez Furlong <[email protected]>", "Matteo Bigoi <[email protected]>"]
links = "ssh2"
build = "build.rs"
Expand Down

0 comments on commit 7fa55ea

Please sign in to comment.