Skip to content

Commit

Permalink
chore: specify the libvnc-sys by both version and path to make releas…
Browse files Browse the repository at this point in the history
…e-plz automated release works
  • Loading branch information
Chiichen committed Sep 8, 2024
1 parent e0e64a6 commit c39ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvnc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "libvncserver(client) bindings for Rust. VNC is a set of programs
repository = "https://github.com/Chiichen/libvnc-rs/tree/master/libvnc"
homepage = "https://github.com/Chiichen/libvnc-rs"
[dependencies]
libvnc-sys = { version = "0.1.4" }
libvnc-sys = { path = "../libvnc-sys", version = "0.1.4" }
log = "0.4.21"

[dev-dependencies]
Expand Down

0 comments on commit c39ad9a

Please sign in to comment.