Skip to content

Commit fbea411

Browse files
committed
bump versions for publish
1 parent 7592e50 commit fbea411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libssh-rs-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 = "libssh-rs-sys"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Wez Furlong"]
55
edition = "2018"
66
links = "libssh"

libssh-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libssh-rs"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2018"
55
repository = "https://github.com/wez/libssh-rs"
66
description = "Bindings to the libssh library"
@@ -11,7 +11,7 @@ license = "MIT"
1111
[dependencies]
1212
bitflags = "1.3"
1313
libc = "0.2"
14-
libssh-rs-sys = { version = "0.2.3", path = "../libssh-rs-sys" }
14+
libssh-rs-sys = { version = "0.2.4", path = "../libssh-rs-sys" }
1515
thiserror = "1.0"
1616
openssl-sys = "0.9.93"
1717

0 commit comments

Comments
 (0)