mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 02:05:26 +00:00
Fix gst-plugin-version-helper dependency in remaining plugins
This commit is contained in:
parent
ff5b7d6b4f
commit
b970267734
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue