forked from mirrors/gstreamer-rs
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:
parent
b21f576430
commit
bcfc88a560
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue