Fix gst-plugin-version-helper dependency in remaining plugins

This commit is contained in:
Sebastian Dröge 2021-07-09 13:54:09 +03:00
parent ff5b7d6b4f
commit b970267734
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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" }

View file

@ -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