Skip to content

Commit 5314921

Browse files
committed
chore: bump version
1 parent 90bcf30 commit 5314921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libvnc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libvnc-sys"
33
authors = ["Chiichen <[email protected]>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
keywords = ["vnc", "libvnc", "vncserver", "binding"]
77
license = "LGPL-3.0-only"

libvnc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libvnc"
33
authors = ["Chiichen <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2021"
66
keywords = ["vnc", "libvnc", "vncserver", "rfb"]
77
license = "LGPL-3.0-only"
@@ -10,7 +10,7 @@ description = "libvncserver(client) bindings for Rust. VNC is a set of programs
1010
repository = "https://github.com/Chiichen/libvnc-rs/tree/master/libvnc"
1111
homepage = "https://github.com/Chiichen/libvnc-rs"
1212
[dependencies]
13-
libvnc-sys = { version = "0.1.3" }
13+
libvnc-sys = { version = "0.1.4" }
1414
log = "0.4.21"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)