From 29e2552800afe750f832774c95fa8250e2e1ddab Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Thu, 5 Mar 2020 09:44:17 +0100 Subject: [PATCH] workaround/failure/quote: tie down quote to 1.0.2 See https://github.com/rust-lang-nursery/failure/issues/342 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4cc7fc4df..f5a61977d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,6 +92,7 @@ rouille = { version = "2.2", optional = true, default-features = false, features syslog = { version = "4.0.1", optional = true } void = { version = "1", optional = true } version-compare = { version = "0.0.10", optional = true } +quote = "=1.0.2" [patch.crates-io] # Waiting for #151 to make it into a release