From 8f9a42f486a45f8f44b42be1de4c9f7c540b1668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Apr 2018 20:38:18 +0300 Subject: [PATCH] threadshare: Switch back to main tokio now that the CurrentThread PR is merged --- gst-plugin-threadshare/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gst-plugin-threadshare/Cargo.toml b/gst-plugin-threadshare/Cargo.toml index e42c2c7e..f95e4ddd 100644 --- a/gst-plugin-threadshare/Cargo.toml +++ b/gst-plugin-threadshare/Cargo.toml @@ -10,11 +10,11 @@ gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys" } glib = { git = "https://github.com/gtk-rs/glib" } gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gst-plugin = { git = "https://github.com/sdroege/gst-plugin-rs" } -tokio = { git = "https://github.com/sdroege/tokio", branch = "fair-turn" } -tokio-reactor = { git = "https://github.com/sdroege/tokio", branch = "fair-turn" } -tokio-executor = { git = "https://github.com/sdroege/tokio", branch = "fair-turn" } -tokio-timer = { git = "https://github.com/sdroege/tokio", branch = "fair-turn" } -tokio-threadpool = { git = "https://github.com/sdroege/tokio", branch = "fair-turn" } +tokio = { git = "https://github.com/tokio-rs/tokio" } +tokio-reactor = { git = "https://github.com/tokio-rs/tokio" } +tokio-executor = { git = "https://github.com/tokio-rs/tokio" } +tokio-timer = { git = "https://github.com/tokio-rs/tokio" } +tokio-threadpool = { git = "https://github.com/tokio-rs/tokio" } futures = "0.1" lazy_static = "1.0" either = "1.0"