Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-07-09 13:54:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-07-09 13:54:09 +0300
commitb9702677349644bf3add2353dd1ae0a972eee347 (patch)
tree64ba8262657d0e370b5ad6e6b70f50e1d7d48e10
parentff5b7d6b4f72e9ea94826fb727ae7f3311c22a4d (diff)
Fix gst-plugin-version-helper dependency in remaining plugins
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--tutorial/Cargo.toml2
-rw-r--r--video/dav1d/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 867af7458..864ee85d1 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 29cd53b73..0c785a44b 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 1fa3ba364..fa0cb1e30 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