From 0bd717381a2ba26e0f7893cdd49adab234879daf Mon Sep 17 00:00:00 2001 From: Martin Finkel <me@martinfinkel.com> Date: Wed, 8 Jun 2022 15:43:20 +0700 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7382cb0..58a9caf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []