build: specify and bump libvlc-sys version

cargo publish --dry-run
    Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `libvlc-sys` does not specify a version
merge-requests/14/head
Martin Finkel 2022-06-08 15:43:20 +07:00
parent 12a22eb8a4
commit 0bd717381a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ crate-type = ["rlib"]
[dependencies]
libc = "0.2"
libvlc-sys = { path = "libvlc-sys" }
libvlc-sys = { version = "0.2.0", path = "libvlc-sys" }
[features]
default = []