mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 18:40:32 +00:00
threadshare: Temporarily pin quote to 1.0.2
See https://github.com/rust-lang-nursery/failure/issues/342 https://gitlab.freedesktop.org/gstreamer/gst-build/issues/83
This commit is contained in:
parent
9e665ae807
commit
90b9499909
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ lazy_static = "1.0"
|
|||
either = "1.0"
|
||||
rand = "0.7"
|
||||
net2 = "0.2"
|
||||
# Pin quote to 1.0.2 until https://github.com/rust-lang-nursery/failure/issues/342 is fixed.
|
||||
quote = "=1.0.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["winsock2", "processthreadsapi"] }
|
||||
|
|
Loading…
Reference in a new issue