From d962acc8c37d70b36aa9fa27381899b900e65569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 May 2017 11:25:17 +0200 Subject: [PATCH] Update to released versions of glib-sys/gstreamer-sys --- gst-plugin/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index 73fae967..95905ad0 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -14,10 +14,10 @@ slog = { version = "2.0", features = ["max_level_trace"] } lazy_static = "0.2" byteorder = "1.0" num-rational = { version = "0.1", default-features = false, features = [] } -glib-sys = { git = "https://github.com/gtk-rs/sys.git" } -gobject-sys = { git = "https://github.com/gtk-rs/sys.git" } -gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys.git", features = ["v1_10"] } -gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys.git", features = ["v1_10"] } +glib-sys = "0.3.4" +gobject-sys = "0.3.4" +gstreamer-sys = { version = "0.1.1", features = ["v1_10"] } +gstreamer-base-sys = { version = "0.1.1", features = ["v1_10"] } derivative = "1.0" [build-dependencies]