From 664398b225fe916cc0b2b74047e8aea060ea9214 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 6 Mar 2017 22:40:04 +0100 Subject: Hide askama_derive dependency inside askama (fixes #2) --- Cargo.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9505659..98d0dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,22 +3,20 @@ name = "askama_testing" version = "0.1.0" dependencies = [ "askama 0.2.1", - "askama_derive 0.2.1", ] [[package]] name = "askama" version = "0.2.1" dependencies = [ - "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", + "askama_derive 0.2.1", ] [[package]] name = "askama_derive" version = "0.2.1" dependencies = [ - "askama 0.2.1", + "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", ] -- cgit