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:
Diffstat (limited to 'tutorial/Cargo.toml')
-rw-r--r--tutorial/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }