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 'gst-plugin-http/Cargo.toml')
-rw-r--r--gst-plugin-http/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml
index 1f2c354e6..c6db650e8 100644
--- a/gst-plugin-http/Cargo.toml
+++ b/gst-plugin-http/Cargo.toml
@@ -7,10 +7,10 @@ license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
-gst-plugin = { path="../gst-plugin" }
-gst-plugin-simple = { path="../gst-plugin-simple" }
+gst-plugin = { version = "0.3", path="../gst-plugin" }
+gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
reqwest = "0.8"
-gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" }
+gstreamer = "0.12"
[lib]
name = "gstrshttp"