From 3555288fab8dad8d9ca6453e1108088ff62dc7a1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 7 Jan 2017 20:16:43 +0100 Subject: Get rid of unused quote dependency --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 54facb2..aeb6451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,6 @@ name = "askama_derive" version = "0.1.0" dependencies = [ "nom 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -- cgit