Skip to content

Commit a356120

Browse files
committed
bump version
refs: #19 refs: #18
1 parent c7a596e commit a356120

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.1"
3+
version = "0.2.2"
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.2.1"
3+
version = "0.2.2"
44
edition = "2018"
55
repository = "https://github.com/wez/libssh-rs"
66
description = "Bindings to the libssh library"
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
bitflags = "1.3"
13-
libssh-rs-sys = { version = "0.2.1", path = "../libssh-rs-sys" }
13+
libssh-rs-sys = { version = "0.2.2", path = "../libssh-rs-sys" }
1414
thiserror = "1.0"
1515
openssl-sys = "0.9.93"
1616

0 commit comments

Comments
 (0)