Skip to content

Commit

Permalink
bump versions...
Browse files Browse the repository at this point in the history
Pilot error on my part meant (my origin != upstream) that I published
the commit before my PR as the next version, so fix that up.
  • Loading branch information
wez committed Oct 10, 2021
1 parent 8da8167 commit b5ada42
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.2"
version = "0.9.3"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>", "Matteo Bigoi <bigo@crisidev.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]
Expand All @@ -20,7 +20,7 @@ openssl-on-win32 = ["libssh2-sys/openssl-on-win32"]
[dependencies]
bitflags = "1.2"
libc = "0.2"
libssh2-sys = { path = "libssh2-sys", version = "0.2.22" }
libssh2-sys = { path = "libssh2-sys", version = "0.2.23" }
parking_lot = "0.11"

[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.2.22"
version = "0.2.23"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>", "Matteo Bigoi <bigo@crisidev.org>"]
links = "ssh2"
build = "build.rs"
Expand Down

0 comments on commit b5ada42

Please sign in to comment.