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 versionmerge-requests/14/head
parent
12a22eb8a4
commit
0bd717381a
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue