Skip to content

Commit 8bb75b5

Browse files
committed
bump versions for publish
1 parent 7546a25 commit 8bb75b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.3"
3+
version = "0.1.4"
44
authors = ["Wez Furlong"]
55
edition = "2018"
66
links = "libssh"

libssh-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
bitflags = "1.3"
13-
libssh-rs-sys = { version = "0.1.3", path = "../libssh-rs-sys" }
13+
libssh-rs-sys = { version = "0.1.4", path = "../libssh-rs-sys" }
1414
thiserror = "1.0"
1515
# Pinned on this last version with openssl-src-300 until a newer release
1616
# is made that unblocks it.

0 commit comments

Comments
 (0)