From 338f2dcb9287b2df91a17e5d95460a7496a4e0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 9 Sep 2017 00:51:19 +0300 Subject: [PATCH] Remove versions of git dependencies --- gst-plugin/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index f92a30f4..e52f548e 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -15,12 +15,12 @@ lazy_static = "0.2" byteorder = "1.0" num-rational = { version = "0.1", default-features = false, features = [] } derivative = "1.0" -glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" } -gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" } -gstreamer-sys = { version = "0.1.1", git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } -gstreamer-base-sys = { version = "0.1.1", git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } -glib = { version = "0.1.3", git = "https://github.com/gtk-rs/glib" } -gstreamer = { version = "0.1.0", git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +glib-sys = { git = "https://github.com/gtk-rs/sys" } +gobject-sys = { git = "https://github.com/gtk-rs/sys" } +gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } +gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } +glib = { git = "https://github.com/gtk-rs/glib" } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } [build-dependencies] gcc = "0.3"