From fbea411020f5e666f46d3d044d668e6ad5f83c5c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 19 May 2024 16:35:03 -0700 Subject: [PATCH] bump versions for publish --- libssh-rs-sys/Cargo.toml | 2 +- libssh-rs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libssh-rs-sys/Cargo.toml b/libssh-rs-sys/Cargo.toml index 03ede57..52dbf84 100644 --- a/libssh-rs-sys/Cargo.toml +++ b/libssh-rs-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh-rs-sys" -version = "0.2.3" +version = "0.2.4" authors = ["Wez Furlong"] edition = "2018" links = "libssh" diff --git a/libssh-rs/Cargo.toml b/libssh-rs/Cargo.toml index 82ffec8..e488d15 100644 --- a/libssh-rs/Cargo.toml +++ b/libssh-rs/Cargo.toml @@ -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" @@ -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"