tutorials: Temporarily pin quote to 1.0.2

See https://github.com/rust-lang-nursery/failure/issues/342

gstreamer/gst-build#83
This commit is contained in:
Philippe Normand 2020-03-05 13:28:41 +00:00
parent b21f576430
commit bcfc88a560

View file

@ -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"]