diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index 867af745..864ee85d 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -28,7 +28,7 @@ name = "csound-effect" path = "examples/effect_example.rs" [build-dependencies] -gst-plugin-version-helper = { path = "../../version-helper" } +gst-plugin-version-helper = { version = "0.7.0", path = "../../version-helper" } [features] # GStreamer 1.14 is required for static linking diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 29cd53b7..0c785a44 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -22,4 +22,4 @@ crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [build-dependencies] -gst-plugin-version-helper = { path="../version-helper" } +gst-plugin-version-helper = { version = "0.7.0", path="../version-helper" } diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index 1fa3ba36..fa0cb1e3 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [build-dependencies] -gst-plugin-version-helper = { path = "../../version-helper" } +gst-plugin-version-helper = { version = "0.7.0", path = "../../version-helper" } [features] # GStreamer 1.14 is required for static linking