From e6d72527c4fa9abc9b1353d1717877b0c467086b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 17 Nov 2017 15:08:58 +0200 Subject: [PATCH] Switch to failure/failure_derive from crates.io in the examples --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 34d18f643..640496198 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -17,8 +17,8 @@ futures = { version = "0.1", optional = true } tokio-core = { version = "0.1", optional = true } send-cell = "0.1" byte-slice-cast = "0.1" -failure = { git = "https://github.com/withoutboats/failure.git" } -failure_derive = { git = "https://github.com/withoutboats/failure_derive.git" } +failure = "0.1" +failure_derive = "0.1" [features] gst-player = ["gstreamer-player"]