Revert "threadshare: Temporarily pin quote to 1.0.2"

This reverts commit 90b9499909.

It was fixed in the meantime.
This commit is contained in:
Sebastian Dröge 2020-03-06 11:16:37 +02:00
parent 90b9499909
commit af56755aaa

View file

@ -27,8 +27,6 @@ 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"] }