Skip to content

Commit

Permalink
bump versions for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 19, 2024
1 parent 7592e50 commit fbea411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libssh-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libssh-rs-sys"
version = "0.2.3"
version = "0.2.4"
authors = ["Wez Furlong"]
edition = "2018"
links = "libssh"
Expand Down
4 changes: 2 additions & 2 deletions libssh-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libssh-rs"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
repository = "https://github.com/wez/libssh-rs"
description = "Bindings to the libssh library"
Expand All @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
bitflags = "1.3"
libc = "0.2"
libssh-rs-sys = { version = "0.2.3", path = "../libssh-rs-sys" }
libssh-rs-sys = { version = "0.2.4", path = "../libssh-rs-sys" }
thiserror = "1.0"
openssl-sys = "0.9.93"

Expand Down

0 comments on commit fbea411

Please sign in to comment.