From bcfc88a5603b153b1a5ac4838d4f3f30ef083202 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 5 Mar 2020 13:28:41 +0000 Subject: [PATCH] tutorials: Temporarily pin quote to 1.0.2 See https://github.com/rust-lang-nursery/failure/issues/342 gstreamer/gst-build#83 --- tutorials/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 1adb29a33..aec0f2a7b 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -15,6 +15,8 @@ gstreamer-app = { path = "../gstreamer-app" } gstreamer-pbutils = { path = "../gstreamer-pbutils" } byte-slice-cast = "0.3" failure = "0.1.0" +# Pin quote to 1.0.2 until https://github.com/rust-lang-nursery/failure/issues/342 is fixed. +quote = "=1.0.2" [features] tutorial5 = ["gtk", "gdk"]