From 6c4aadee4e4e57f684bfbde6975a35e4182ad08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 29 Mar 2020 23:32:58 +0300 Subject: [PATCH] csound: Use gst-plugin-version-helper from this repository by path --- gst-plugin-csound/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin-csound/Cargo.toml b/gst-plugin-csound/Cargo.toml index 86c406b7..b6d00019 100644 --- a/gst-plugin-csound/Cargo.toml +++ b/gst-plugin-csound/Cargo.toml @@ -27,4 +27,4 @@ name = "csound-effect" path = "examples/effect_example.rs" [build-dependencies] -gst-plugin-version-helper = { git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" } +gst-plugin-version-helper = { path = "../gst-plugin-version-helper" }